Files
SpringBoot-SwaggerExamples/SwaggerGroupingExample/README.md
2022-06-05 17:35:40 +03:00

20 lines
661 B
Markdown

# Getting Started with SWAGGER Grouping
This folder contains a section of the tutorial course regarding how to use SWAGGER API's at maximum and make your application much more friendly for external consumers.
### Reference Documentation
For further reference, please consider the following sections:
- [Why You Should Create an API Definition and How To Do It](https://swagger.io/blog/api-development/why-you-should-create-an-api-definition/)
- [Grouping Operations With Tags](https://swagger.io/docs/specification/grouping-operations-with-tags/)
- [Grouping APIs in Swagger - DEV Community](https://dev.to/s2agrahari/grouping-apis-in-swagger-55kk)