We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
10_rest/USERNAME
09_json/USERNAME
pkg/puppy/rest.go
GET /api/puppy/{id} POST /api/puppy/ Payload: Puppy JSON without ID PUT /api/puppy/{id} Payload: Puppy JSON without ID DELETE /api/puppy/{id}
-p PORT
--port PORT
-s STORE
--store STORE
map, sync, db
Document the API in README.md
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Lab 10 - Puppy REST
10_rest/USERNAME
containing a copy of upstream master09_json/USERNAME
pkg/puppy/rest.go
implementing:-p PORT
with long flag--port PORT
to command line flags-s STORE
with long flag--store STORE
with accepted values:Document the API in README.md
The text was updated successfully, but these errors were encountered: