-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is the post request support removed in ganda? #10
Comments
|
That post was written prior to The tour of Use
then with
|
Is it possible to bring back that option? It was very intuitive. I used to get a curl from postman or any other place and used to replace |
I haven't used I'd lean a lot more into making some pipe utility that can format JSON like With If you can show me some commands of how you're taking a curl and turning it into a ganda statement, I'd be interested in seeing that. I might be missing something in the use case. |
I threw together a quick golang CLI tool that could be used for generic values like this called
This could be used to generate values that could be passed to
|
I'm trying to make a couple of post requests using
-d
flag like-d {<body goes here>}
I see that ganda errors out saying
Incorrect Usage: flag provided but not defined: -d
Example from this page - https://www.naleid.com/2018/04/04/using-http-apis-on-the-command-line-3-ganda.html
The text was updated successfully, but these errors were encountered: