-
Notifications
You must be signed in to change notification settings - Fork 46
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
add postman collection #653
add postman collection #653
Conversation
✅ Tests will run for this PR. Once they succeed it can be merged. |
- plus documentation and examples - the goal is to have new contributors be able to quickly test the api
- update the postman collection to include the address as a variable
c816954
to
41fec58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great contribution.
Though I suspect this will be used way more in the local environment, than the staging one. What do you think of setting another collection for the local environment?
The data can be prefilled with by default:
url: http://localhost:5010
user:[email protected]
password:$ecurePa33
@sashko9807 agreed and updated |
Motivation and context
Testing
open with postman compatible tool (postman app, newman cli,...)
send requests