chatgpt-api/packages/openapi-to-ts
Travis Fischer a9e0389bf3 2025-03-23 16:54:09 +08:00
..
bin 2025-03-23 16:53:26 +08:00
fixtures 2025-03-23 16:54:09 +08:00
src 2025-03-23 16:53:26 +08:00
package.json 2025-03-23 16:53:26 +08:00
readme.md 2025-03-23 14:56:17 +08:00
tsconfig.json 2025-03-23 16:53:26 +08:00
tsup.config.ts 2025-03-23 16:53:26 +08:00

readme.md

Agentic

TODO.

Build Status NPM MIT License Prettier Code Formatting

Agentic

See the github repo or docs for more info.

TODO

  • convert to https://github.com/readmeio/oas
  • support filters
    • // match only the schema named foo and GET operation for the /api/v1/foo path
    • include: '^(#/components/schemas/foo|#/paths/api/v1/foo/get)$',
  • Convert HTML in descriptions to markdown.
  • Properly format multiline function comments.
  • Debug stripe schema issue.

License

MIT © Travis Fischer