How to generate the *.api.ts files based on a large yml spec #3117
Unanswered
Amansaxena001
asked this question in
Q&A
Replies: 1 comment
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How to auto-generate separate files per tag for large OpenAPI specs?
Question
We have a large OpenAPI spec with 50+ tags. We want to generate separate files per tag (e.g., oauth.api.ts,
users.api.ts, tasks.api.ts).
Before writing custom scripts, I wanted to check:
All reactions