Ask HN: Is there a model for a healthy, long-term API policy
The APIs of companies like Twitter and Facebook seem to have a history of complaints from developers as they constantly change to the detriment of devs and the benefit of the company. There seems to be a cycle of openness at the start to encourage growth and then after some time the company with the API starts to make it more strict and tightens how devs can use it.
With all the lessons over the past few years, is there a model now for an API which can better maintain a good dev relationship without really hampering the company with the API?
2 comments
[ 3.4 ms ] story [ 24.4 ms ] threadI wrote a little bit about this here: http://thenextweb.com/dd/2013/03/12/apis-are-dead-long-live-...
From studying these, I found that the best practices aren't all that surprising: versioning, discoverability, and following HTTP standards.