Allow Enabling/Disabling Portions of a JSON Body
I have a JSON API that can accept multiple, optional parameters. Right now, I must add or delete the parameters from the JSON body in order to change what to send. It would be great if there was a way to turn on/off sections of the JSON body similar to how there is a checkbox that can turn on/off Params and Headers. This would allow me to write a full-featured JSON body, but allow other users to turn off parts of the JSON body when they don’t want to send the optional arguments.
Mac
@Greg Schier digging this up - I am testing out yaak and I am really loving it.
One of the few things that I am still highly missing is the option to comment out parts of the request body, like you can do in Postman.
What do you think of this? Having APIs that have a lot of optional parameters, it is super helpful to have all of them in the body and toggling them with comment / uncomment.