Open shaneardell opened 7 years ago
@shaneardell That looks like a request body, something this client should probably add (and also something I was looking for). In cURL it'd be similar to passing in --data, so also allowing the file (e.g., @file.json) option for this would be useful.
So, I think your request is to add a generic --data like option that'd use a textarea box for input, and optionally with a [file select] option.
How would I do nested params?
I'm trying to test a user registration via an API, and the params should be formatted as:
I have it working with controller and acceptance tests, but not sure how to format the params like this in your tool.