Adding more modifications

This commit is contained in:
Kanames
2022-06-05 17:35:40 +03:00
parent 6e7813a98c
commit c2d3402e6f
17 changed files with 775 additions and 8 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)