-
-
Notifications
You must be signed in to change notification settings - Fork 22
Add GET endpoint for search to POSTMAN for Issue #149 #156
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
Conversation
…instead of bash because it ignores line endings and will work on all platforms
…ields in dev environment
Codecov Report
@@ Coverage Diff @@
## main #156 +/- ##
=======================================
Coverage ? 83.78%
=======================================
Files ? 32
Lines ? 518
Branches ? 0
=======================================
Hits ? 434
Misses ? 84
Partials ? 0 Continue to review full report at Codecov.
|
|
@lpatmo tagging you as the reviewer here, since you're our resident Postman expert! |
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.
@watchtheblur Thanks for making the changes! I imported the updated version into Postman and everything looks great 🔥🔥
The only bug I noticed is that CREATE resource needs a media_type added:

... but this is something we can address in another issue instead of fixing in this one, certainly.
|
I'm going to merge this in and file a new issue for the the |
Background/Context
Postman collection didn't have entry for search
Before and After
Added search GET to collection
Acknowledgments (optional)
Thanks to Linda for the screenshot!
Other notes (optional)
resolves issue #149