Pregunta

There are limited v2 endpoints really. Its painful to switch gears when working with 2 versions of your API at the same time especially because each version returns different output formats. Imagine writing code when one api you call returns xml and another api you call returns json :)

Can you support json output for your original api which will make life little easier and I do not have to remember which ones send xml versus json?

Also, when are new endpoints planned to be released for sharing features?

¿Fue útil?

Solución

The v2 API is in beta and thus is going to be in flux for a little while. We're working through the initial release based on developer feedback and usage. We're going to release a /collaborations endpoint in addition to other sharing capabilities eventually, but we're going to optimize the current available endpoints first.

Per the documentation, you can append '.xml' to API requests to have XML returned, which will let you work with v1 easier if you choose to develop against both simultaneously.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top