Closed
Conversation
|
✔️ Deploy Preview for distracted-wiles-3edfc5 ready! 🔨 Explore the source changes: ceb34ea 🔍 Inspect the deploy log: https://app.netlify.com/sites/distracted-wiles-3edfc5/deploys/61d72b70cdbdeb0009db39f4 😎 Browse the preview: https://deploy-preview-1357--distracted-wiles-3edfc5.netlify.app |
Closed
This was referenced Mar 21, 2022
Closed
Closed
Closed
Contributor
Author
dichotommy
reviewed
Mar 28, 2022
Contributor
There was a problem hiding this comment.
- I think there is value in the HTTP verb endpoint templates you created (
GET,POST,DELETEetc), but in order for it to become a functional resource we can use every time we’re creating a new API reference page, I think ideally they should be combined into a single page/file. - Also, better if the template is not referring to an existing route (e.g. indexes) and is instead using something made up or comical, e.g.
GET /foobar. This would make it easier to tell that they are templates and to for example use cmd+f to quickly find and replace all the template text (e.g. find and replace allfoobarwithkeys, voila we have the skeleton of a keys API reference). - In the template file, we may want to include multiple examples of the same HTTP verb such as “Get one” + “Get all”, or “Delete one” + “Delete all”
Contributor
Author
|
Close once #1549 is approved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.