Hacker News new | ask | show | jobs
by sethherr 2759 days ago
Case in point, from the article:

> Any API change had to be deployed simultaneously to all services using that API to avoid downtime, which often went wrong and resulted in long release cycles.

There’s an easy solution to that problem, which is a versioned API.

1 comments

Is it easy? Multiple api versions can be pretty annoying / tedious