[twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread _ado
Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON, Atom (and RSS) and let user choose the format? Just like it's done with statuses/ user_timeline

Re: [twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread Michael Ivey
Which calls only return XML? I haven't encountered anything where I couldn't use JSON. -- ivey On Wed, Jan 27, 2010 at 1:29 AM, _ado adri...@tijsseling.com wrote: Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON,

Re: [twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread M. Edward (Ed) Borasky
Yeah, I was going to ask the same thing - I use JSON exclusively. On Wed, Jan 27, 2010 at 6:01 AM, Michael Ivey michael.i...@gmail.comwrote: Which calls only return XML? I haven't encountered anything where I couldn't use JSON. -- ivey On Wed, Jan 27, 2010 at 1:29 AM, _ado

Re: [twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread Raffi Krikorian
what methods return XML exclusively? when it comes to the REST API (not necessarily the search API), we should be returning XML and JSON for all of them (IMHO, use JSON). we do support RSS and Atom for the timeline calls as those could be read from a browser or a feed reader as well. On Tue,