Discussion about this post

User's avatar
Egor Voronianskii's avatar

Thank you for your article, Dr. Milan.

I would like to highlight that you consider RFC 7807 outdated in favor of RFC 9547.

Expand full comment
Marcos F. Lobo 🗻's avatar

About versioning of APIs.

In my opinion, versioning whether via URI, query parameter, or header, makes things complicated for the maintenance of the API.

Instead, using same URL and leveraging contract testing strategy, will help:

- Owners of the API to understand if some change they is breaking some user.

- Users will know when they have to adapt their client/s to the changes of the API

Sounds a bit drastic and there are occasions, like public APIs, were my proposal is not the best

Expand full comment
2 more comments...

No posts