Skip to content

Flogo activity - get content from URL with support for BasicAuth

Notifications You must be signed in to change notification settings

abasse/flogogetcontent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Get content from URL flogo activity

This activity allows your flogo application to get content from a URL with support for basicAuth

Installation

flogo install github.com/abasse/flogogetcontent

Schema

Inputs and Outputs:

  { "inputs":[
        {
          "name": "basicAuthUser",
          "type": "string",
          "required": false
        },
        {
          "name": "basicAuthPassword",
          "type": "string",
          "required": false
        },
        {
          "name": "URL",
          "type": "string",
          "required": true
        }
      ],
      "outputs": [
        {
            "name": "result",
            "type": "string"
        },
        {
            "name": "status",
            "type": "string"
        },
        {
            "name": "header",
            "type": "string"
        }
      ]
  }

About

Flogo activity - get content from URL with support for BasicAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages