anaconda-cloud-curl
A simple private dev tool to make curl-like requests, but authenticated
A simple private dev tool to make curl-like requests, but authenticated
To install this package, run one of the following:
A simple private dev tool to make curl-like requests, but authenticated.
We probably shouldn't release this publicly š
conda install -c anaconda-cloud anaconda-cloud-curl
⯠anaconda curl
Usage: anaconda curl [OPTIONS] URL
A simple curl-like mimic for making authenticated requests to Anaconda.cloud
āā Arguments āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā®
ā * url TEXT [default: None] [required] ā
ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ
āā Options āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā®
ā --method -X TEXT The request method [default: GET] ā
ā --data -d TEXT Additional JSON string to pass in request payload [default: None] ā
ā --quiet -q Quiet stderr output ā
ā --redirect --no-redirect Enable HTTP redirects [default: redirect] ā
ā --anonymous --no-anonymous Disable authentication [default: no-anonymous] ā
ā --domain TEXT API Domain [default: None] ā
ā --auth-domain TEXT Auth Domain if different from API Domain [default: None] ā
ā --client-id TEXT Authorization client id [default: None] ā
ā --stream --no-stream Stream response to stdout [default: no-stream] ā
ā --use-browser-token --no-use-browser-token Force usage of a browser JWT (will require browser login) [default: no-use-browser-token] ā
ā --headers -H TEXT Additional request headers [default: None] ā
ā --response-headers --no-response-headers Print response headers [default: no-response-headers] ā
ā --ssl-verify --no-ssl-verify Enable SSL Verification [default: ssl-verify] ā
ā --help Show this message and exit. ā
ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ
Ensure you have conda installed.
Then run:
make setup
make test
make tox
You just need to be in the ./env conda environment, and then the cloud library is pip install (in editable mode) so your changes are reflected.
For example:
conda run -p ./env anaconda curl --method GET /api/account
Summary
A simple private dev tool to make curl-like requests, but authenticated
Last Updated
Nov 1, 2024 at 20:12
Total Downloads
1.4K
Supported Platforms