Jul
15th
Wed
15th
minor improvements on the API
We’ve just released some minor improvements on the API. Firstly, two HTTP status codes have been included: 405 (Method Not Allowed) and 406 (Not Acceptable). The idea is to facilitate debugging, and to provide more detailed output.
Secondly, the API now expects an HTTP header called ‘Accept’, which is used to specify the media-type that is acceptable for the response. The find2follow API currently accepts JSON (‘application/json’), but new types might be included in the future.
That’s it. We’ll keep enhancing our API, so that you can develop your app on top of a reliable and robust platform. Check out the super-brief API specs.