- Maps returned by the APIs will have atom keys instead of string keys.
- Use poison as internal JSON parser.
- Apply some benchmark related updates (#11, #13)
- Add
ExTwitter.follower_ids
,ExTwitter.friend_ids
. - Add
ExTwitter.RateLimitExceededError
for handling rate limit exceeded case.
ExTwitter.followers
andExTwitter.friends
now returnExTwitter.Model.Cursor
instead ofExTwitter.Model.User
. Callcursor.items
for the returned cursor to fetch the list of users or ids.