You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not play well with the base-path, we need to write out the complete path in each endpoint's path.
It would be nice to have something like path-prefix in each endpoint where we can specify the version number. That way, we can still use the base-path, except that each endpoint can put in a version prefix.
Any alternatives?
No response
Are you interested in contributing this feature?
No
The text was updated successfully, but these errors were encountered:
Which Fern component?
SDK Generator
How important is this?
P2 - Medium (Would be helpful)
What's the feature?
We use a prefix
/v1
,/v2
notation for our endpoints. However each endpoint is individually versioned, similar to how Vercel does this: https://vercel.com/docs/rest-api/reference/endpoints/projects/create-a-new-projectThis does not play well with the
base-path
, we need to write out the complete path in each endpoint'spath
.It would be nice to have something like
path-prefix
in each endpoint where we can specify the version number. That way, we can still use the base-path, except that each endpoint can put in a version prefix.Any alternatives?
No response
Are you interested in contributing this feature?
No
The text was updated successfully, but these errors were encountered: