Skip to content

python-asos/asos-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asos-curl

ASOS executor plugin for HTTP(s) requests

Parameters

You can configure the executor by setting the following parameters in the task:

{
	"url": "https://example.com/",
	"method": "GET",
	"get_params": {"param": "value"},
	"post_data": {"item": "content"},
	"no_dump": true
}

Supported methods: GET, POST, PUT, PATCH, OPTIONS

ASOS Task example

{
  "url": "https://example.com/api/dance",
  "task_type": "curl",
  "get_params": {
    "page": 1,
    "perPage": 8,
    "filter": true
  },
  "request_type": "GET",
  "task_interval": 60
}

About

ASOS executor plugin for HTTP(s) requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages