https://github.com/crypticwasp254/oas-explorer
create, document and test openapi specifications
https://github.com/crypticwasp254/oas-explorer
apidocs oas oas3 openapi-specification
Last synced: 3 months ago
JSON representation
create, document and test openapi specifications
- Host: GitHub
- URL: https://github.com/crypticwasp254/oas-explorer
- Owner: crypticwasp254
- License: mit
- Created: 2023-04-17T18:23:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T07:25:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T10:41:35.310Z (5 months ago)
- Topics: apidocs, oas, oas3, openapi-specification
- Language: CSS
- Homepage: https://oas-explorer.vercel.app
- Size: 377 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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