-
Notifications
You must be signed in to change notification settings - Fork 461
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
OpenApi in Burger Queen API Doc #1156
Merged
mfdebian
merged 6 commits into
Laboratoria:main
from
ssinuco:04-burger-queen-api-openapi
May 9, 2022
Merged
OpenApi in Burger Queen API Doc #1156
mfdebian
merged 6 commits into
Laboratoria:main
from
ssinuco:04-burger-queen-api-openapi
May 9, 2022
Conversation
This file contains 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
ssinuco
changed the title
Add OpenApi version of API documentation
Use OpenApi in Burger Queen API Doc
Mar 7, 2022
ssinuco
changed the title
Use OpenApi in Burger Queen API Doc
OpenApi in Burger Queen API Doc
Mar 7, 2022
mfdebian
added
enhancement
New feature or request
idea
Ideas, sugerencias, comentarios generales y feedback
content
Relacionado al contenido de proyectos y tópicos
labels
Mar 22, 2022
Hola @ssinuco! 🚀 Está muy interesante, me gustaría pedirte si nos podemos juntar 15 minutitos en algún momento para que me puedas explicar con más detalle los |
…gin. Changing all PUT operations for PATCH operations.
mfdebian
reviewed
May 3, 2022
Adds newline at EOF.
mfdebian
approved these changes
May 3, 2022
mfdebian
added a commit
to mfdebian/curriculum
that referenced
this pull request
May 16, 2022
* Add OpenApi version of API documentation * Add OpenApi yml file * Compatibility with json-server mock: changing POST /auth for POST /login. Changing all PUT operations for PATCH operations. * Update projects/04-burger-queen-api/burger-queen-api.yml Adds newline at EOF. Co-authored-by: Alfredo González <12631491+mfdebian@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
content
Relacionado al contenido de proyectos y tópicos
enhancement
New feature or request
idea
Ideas, sugerencias, comentarios generales y feedback
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.
En este PR propongo actualiza la documentacion del API de Burger Queen para que use OpenAPI specification.
https://app.swaggerhub.com/apis-docs/ssinuco/BurgerQueenAPI/2.0.0
Al usar esto hay varias mejoras:
{ "error": "Mensaje de error"}
@mfdebian @lupomontero @merunga, que opinan?