▲ | choult 3 days ago | |||||||||||||
It's a problem downstream. Integrators weren't forced to include a version number for v1, so the rework overhead to use v2 will be higher than if it was present in your scheme to begin. | ||||||||||||||
▲ | pixl97 3 days ago | parent | next [-] | |||||||||||||
This here, it's way easier to grep a file for /v1/ and show all the api endpoints then ensure you haven't missed something. | ||||||||||||||
| ||||||||||||||
▲ | andix 2 days ago | parent | prev [-] | |||||||||||||
Switching to an incompatible/breaking API requires some rework anyway. The consumer of an API usually doesn't support multiple versions in parallel. |