-
Notifications
You must be signed in to change notification settings - Fork 23
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 API key handling and sample GET and POST #325
Conversation
I sent @florentianayuwono @mengyewgau a a manual patch file for this PR's commit 2b112a4 so that they can apply on their local branch and continue off it while this PR is under review |
Good progress! Let's merge this in once the full functionality has been developed with the relevant tests. |
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.
Good work, lets reopen this PR again when the full functionality has been developed along with the relevant test suites.
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.
Removed unused test files
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.
Removed unused test files
This PR has been incorporated into later PRs for the implementations of the routes |
Description
Adds ability to handle API key and sample POST and GET
Related Issue
#324
Motivation and Context
Part of #324
How Has This Been Tested?
Local testing using curl as API client.
Bash script with curl commands for testing: https://drive.google.com/file/d/1H3Wch0lVF8GT3s-cticom-cGGfOa-wMw/view?usp=sharing
Screenshots (if appropriate):
Video demo: https://youtu.be/sSrIgyBcdhE
Types of changes
Checklist: