API Versioned URL outside of api_v1 directory #2133
-
|
This is loaded as a dependency of Do you have any guidance for this when bumping the api up to the next version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You would probably add new endpoints that might not be compatible with the old ones under So, it really depends on your project and your code. |
Beta Was this translation helpful? Give feedback.
You would probably add new endpoints that might not be compatible with the old ones under
/v2/, but you could still use the same v1 authentication. If you needed a new authentication scheme, you could create that as well.So, it really depends on your project and your code.