openapi-ts-define
v0.4.0
Published
This package provide a way to extract api route information based on AST.
Downloads
6
Readme
OpenAPI TS Define
This package provide a way to extract api route information based on AST.
This package use the same filesystem routing rules as nitro.
[!WARNING] This package is under development, break change are expected!
TODO
- [ ] Parse route description (PathItemObject.description)
- [ ] Parse jsdoc tags
- [ ] Support custom response status code (use jsdoc tags)