-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Swagger download capability #740
Labels
bug
Something isn't working
Milestone
Comments
A related PR: #732 |
It seems that generating of swagger documentation doesn't work properly. Need to investigate.
|
Related PR #936 |
It should be fixed by #978 try /api/swagger.json or /api/swagger.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
I wanted to generate a Python client for the cvat REST API through its swagger documentation. Usually I can do so using http://editor.swagger.io/, either by importing the swagger as a .json file on my disk or by linking to the swagger URL directly. However in the case of CVAT I am unable to link to the swagger URL (it gives an authentication error, I believe it is because you need to log-in to access the swagger) nor can I find any way to download the swagger as a .json.
I guess for now I'll start implementing the methods myself based on the swagger documentation, but it would be really nice to have a way to auto-generate clients. Any idea how I can do that?
Thanks in advance
The text was updated successfully, but these errors were encountered: