Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 375 Bytes

OpenAPi specification explorer

Design, document and test your APIs with this open api specification explorer

API structure

the api routes must have tags for grouping
for better api docs, each route must have

  • summary - a short title for endpoint title
  • description - indepth information
  • examples - all parameters,requestBodies and responses must have examples