Skip to content
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

Update Swagger API to enable creation of REST API Service Client Using Swagger And REST API Client Tool #21

Open
aneeshkp opened this issue Jan 18, 2022 · 0 comments

Comments

@aneeshkp
Copy link
Member

We already have swagger API specification enabled but not tested.
https://swagger.io/specification/
Swagger is a Web API specification document that helps developers design, build, document, and consume RESTfulweb services. Swagger tools support automated documentation, code generation, and test-case generation.

The Swagger specification should provide information about APIs like,
All the operations that API supports
API’s parameters and return type
API objects structure
API authorization
License to use the API etc.

These should enable users to create an API Client using any swagger-supported REST API Client tool example autorest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant