3 Comments
Nov 16Liked by Dr Milan Milanović

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
author

Thank you, will fix!

Expand full comment
Nov 14Liked by Dr Milan Milanović

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
Error