Hi!

I'am Sasa from Shout'Em development team (www.shoutem.com).
We are currently building a white-label micro-blogging platform for
small communities (we like to call it "Ning for Twitters") and one of
our goals is to implement Twitter API.

That's the reason that once in a while we find some small
inconsistencies in Twitter API.
One of the things that I have found out today is that tag names in XML
response are sometimes not the same as object names in JSON response.
For example,
<remaining-hits>, <hourly-limit>, <reset-time-in-seconds> and <reset-
time> tags in XML response of the account/rate_limit_status request
contain "-" while names in JSON response use "_" (remaining_hits,
hourly_limit, reset_time_in_seconds and reset_time).

I'm not sure at the moment is there any other response with the same
property, but it if I may suggest, it would add more consistency to
the API if both responses would use underscores in some future
version.


Thanks,
Sasa

Reply via email to