-
Notifications
You must be signed in to change notification settings - Fork 5
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 links to open API spec in ReDoc and Swagger Editor #15
Comments
It appears that almost all Camera APIs follow a standard template that includes ReDoc and Swagger Editor to open specifications. Therefore, it would be beneficial to use the same approach. |
AFAIK, only released APIs are including such schema. In any case, for simplicity while reviewing the code, I'll open a PR to include the link to the WIP yaml. |
As per #15 links have been added to readme for fast access to editors of the WIP version
Having these links is handy independent on "released state": in the main branch - to the API version which is currently in main branch (which is mostly always a WIP), in the release branch - to the released version. |
Agreed and solved in #19 |
Problem description
To view an API in a Swagger Editor one need to do few manual steps (every time).
Possible evolution
Add direct links to view the API specification in ReDoc and Swagger Editor in the main read.me like this is done for other APIs (for example https://github.com/camaraproject/SimSwap)
The text was updated successfully, but these errors were encountered: