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

How to pass parameters #43

Closed
astimes opened this issue Jul 20, 2016 · 2 comments
Closed

How to pass parameters #43

astimes opened this issue Jul 20, 2016 · 2 comments

Comments

@astimes
Copy link

astimes commented Jul 20, 2016

How to pass parameters

@ddavison
Copy link
Owner

by parameter, i assume you mean passing POST data, for example? If so, that's the "payload" box.

If your REST API accepts JSON, set the MIME to application/json, and pass your parameters in the payload box like so:

{
  "param1": "something",
  "param2": "something"
}

@astimes
Copy link
Author

astimes commented Jul 21, 2016

thanks

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