Sha256: b6101c87458b10e5137b99549537ed2304d5246acc301332c58ff6d748ed5735

Contents?: true

Size: 1.65 KB

Versions: 71

Compression:

Stored size: 1.65 KB

Contents

*****************************************************************
* From Twitter API Docs, so I don't have to keep going to them. *
*****************************************************************

http://apiwiki.twitter.com/REST+API+Documentation

200 OK: everything went awesome.
304 Not Modified: there was no new data to return.
400 Bad Request: your request is invalid, and we'll return an error message that tells you why. This is the status code returned if you've exceeded the rate limit (see below). 
401 Not Authorized: either you need to provide authentication credentials, or the credentials provided aren't valid.
403 Forbidden: we understand your request, but are refusing to fulfill it.  An accompanying error message should explain why.
404 Not Found: either you're requesting an invalid URI or the resource in question doesn't exist (ex: no such user). 
500 Internal Server Error: we did something wrong.  Please post to the group about it and the Twitter team will investigate.
502 Bad Gateway: returned if Twitter is down or being upgraded.
503 Service Unavailable: the Twitter servers are up, but are overloaded with requests.  Try again later.

**********
* Errors *
**********

<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <request>/direct_messages/destroy/456.xml</request>
  <error>No direct message with that ID found.</error>
</hash>

**********************
* Rate Limit Headers *
**********************

X-RateLimit-Limit the current limit in effect
X-RateLimit-Remaining the number of hits remaining before you are rate limited
X-RateLimit-Reset the time the current rate limiting period ends (in epoch time, number of seconds since 1970-01-01 00:00:00)

Version data entries

71 entries across 71 versions & 28 rubygems

Version Path
arthurgeek-twitter-0.6.15 Notes
bkocik-twitter-0.6.10 Notes
bkocik-twitter-0.6.8 Notes
bkocik-twitter-0.6.9 Notes
bkocik-twitter-0.7.0 Notes
cicloid-twitter-0.6.1 Notes
cicloid-twitter-0.6.2 Notes
codetocustomer-twitter-0.6.14 Notes
dacort-twitter-0.6.5 Notes
ddollar-twitter-0.6.15 Notes
ddollar-twitter-0.6.16 Notes
ddollar-twitter-0.6.17 Notes
ddollar-twitter-0.7.0 Notes
deadprogrammer-twitter-0.6.11 Notes
deadprogrammer-twitter-0.6.12 Notes
deadprogrammer-twitter-0.6.7 Notes
deedubs-twitter-0.7.0 Notes
deedubs-twitter-0.8.0 Notes
egze-twitter-0.6.13 Notes
erwaller-twitter-0.6.13.1 Notes