We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ clack --version Clack-2.0.0b9 $ clack call -e my_env /videos/list '{"limit": 1}' Call settings: api type : ms1 api host : https://api.jwplatform.com verify ssl : True endpoint : videos/list params : {"limit": 1} key/username : key secret : ******** output format : py $ clack call --output json -e my_env /videos/list '{"limit": 1}' Call settings: api type : ms1 api host : https://api.jwplatform.com verify ssl : True endpoint : videos/list params : {"limit": 1} key/username : key secret : ******** output format : py $ clack call -o json -e my_env /videos/list '{"limit": 1}' Call settings: api type : ms1 api host : https://api.jwplatform.com verify ssl : True endpoint : videos/list params : {"limit": 1} key/username : key secret : ******** output format : py
I cut the actual response from the listing, but it's indeed py. Same works for 1.x.x
py
1.x.x
The text was updated successfully, but these errors were encountered:
Also, readme says env var to change this is CLACK_OUTPUT but it's actually FORMAT. Doesn't work either.
CLACK_OUTPUT
FORMAT
Sorry, something went wrong.
No branches or pull requests
I cut the actual response from the listing, but it's indeed
py
. Same works for1.x.x
The text was updated successfully, but these errors were encountered: