📦
Oapis
OpenAPI Processing API
0 installs
Trust: 39 — Low
Devtools
Ask AI about Oapis
Powered by Claude · Grounded in docs
I know everything about Oapis. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
OAPIS - Useful OpenAPI Transformations
[!IMPORTANT]
OAPIS is an API that finds and formats openapis or operations.
Types available:
For one or multiple APIs:
- "summary": a man-page style summary of the openapi or the specified route/id
- "openapi": the openapi with all routes or the specified route/id
- "overview": overview of an openapi that includes just general info and a few lines per operation
- "operations": operations in the openapi in a simpler format
For a single API:
- "request": the JSON schema for only the request
- "response": the JSON schema for only the response
- "ts": a typescript function to fetch this api
- "esm": a ecmascript module to fetch this api
- "cjs": a common js function to fetch this api
