Skip to content
New issue

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

--data-urlencode not checked #4

Open
psuet opened this issue Apr 22, 2017 · 1 comment
Open

--data-urlencode not checked #4

psuet opened this issue Apr 22, 2017 · 1 comment

Comments

@psuet
Copy link

psuet commented Apr 22, 2017

The --data-urlencode is currently not handled by the script. Would be nice if someone could add it,

@joelstein
Copy link

In case it's helpful, here is an example from the Twilio API.

https://www.twilio.com/docs/iam/api/subaccounts#creating-subaccounts

curl -X POST https://api.twilio.com/2010-04-01/Accounts.json \
--data-urlencode "FriendlyName=Submarine" \
-u ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_auth_token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants