Preparing the space for the next example the 4th one

This commit is contained in:
Kanames
2022-06-05 23:07:35 +03:00
parent cf896f7448
commit 0995f3846c
14 changed files with 718 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# 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)