|
|
|
|
|
by paulmd
1066 days ago
|
|
One of the problems with API versioning is that it’s really a contract for the whole shebang and not just a specific endpoint. You almost certainly want them to move in sync with each other. So if you have an API with 10 endpoints, and one of them changes 10 times… you now have 100 endpoints. |
|