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
}
Release files for asos-curl 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asos_curl-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / asos_curl-1.0.4-py3-none-any.whl
| Download URL | asos_curl-1.0.4-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5cf78cd607d344685821fce79250fbe844f7b36fb8eec177c646d2cefabbe5b6
|
|
BLAKE2b-256 checksum How to use checksums |
e46cd4509bc29f75cda66c84483e2198de0f549c21a240e1bc0192176d622a30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10
|