hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

Add API v1.1 support #29

Closed kejadlen closed 11 years ago

kejadlen commented 11 years ago

Support v1.1 of Twitter's API. This includes adding a new endpoint, updating the rate limit headers, and bumping the version number.

Tests have also been updated.

Note that there are no checks to make sure you're using OAuth and JSON with v1.1, so you can shoot yourself in the foot by using v1.1 with basic auth or a non-JSON format if you want.

hayesdavis commented 11 years ago

Thanks for doing this, @kejadlen but I actually went in a little bit different direction so I'm going to close this PR. v0.3.0 of the gem should take care of this for you.