Replies: 1 comment 1 reply
-
I am looking at how to do this as well. Did you ever figure it out @linusang ? Perhaps one of the Redocly configuration rules can help. If I find out, I'll post my answer here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My organisation api schema is huge so I would like to be able to only generate some of the endpoints, for example
/feature-one/*
endpoints to a single Typescript definition. Also because we have different feature api endpoints development at the same time, it is always changing, so generate them by feature endpoints make sense and reduce our effort of merge conflicts in a giant Typescript definition fileBeta Was this translation helpful? Give feedback.
All reactions