-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added pagination support to base.list_timeline along with correspondi…
…ng tests
- Loading branch information
Chen
authored and
Chen
committed
Dec 16, 2009
1 parent
36b07be
commit 591d31a
Showing
4 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"geo":null,"truncated":false,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","created_at":"Thu Oct 29 23:27:15 +0000 2009","favorited":false,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"user":{"notifications":false,"favourites_count":115,"profile_link_color":"2FC2EF","description":"I make things simple.","following":false,"profile_background_tile":false,"geo_enabled":false,"profile_background_color":"1A1B1F","profile_image_url":"http://a3.twimg.com/profile_images/61024905/black250_normal.jpg","verified":false,"profile_sidebar_fill_color":"252429","url":"http://railstips.org/about","screen_name":"jnunemaker","created_at":"Sun Aug 13 22:56:06 +0000 2006","profile_sidebar_border_color":"181A1E","followers_count":1659,"protected":false,"statuses_count":6122,"time_zone":"Indiana (East)","location":"South Bend, IN","name":"John Nunemaker","friends_count":138,"profile_text_color":"666666","id":4243,"profile_background_image_url":"http://s.twimg.com/a/1256778767/images/themes/theme9/bg.gif","utc_offset":-18000},"in_reply_to_screen_name":null,"id":5272535583,"text":"Whoa. Webkit Nightly has some new inspector features: event listeners, cookies, css hex colors... http://rubyurl.com/hh5p"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"favorited":false,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","created_at":"Thu Oct 29 17:35:07 +0000 2009","in_reply_to_screen_name":null,"user":{"profile_text_color":"666666","profile_image_url":"http://a3.twimg.com/profile_images/61024905/black250_normal.jpg","description":"I make things simple.","following":true,"statuses_count":6121,"profile_background_image_url":"http://s.twimg.com/a/1256597179/images/themes/theme9/bg.gif","profile_link_color":"2FC2EF","screen_name":"jnunemaker","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"1A1B1F","url":"http://railstips.org/about","verified":false,"created_at":"Sun Aug 13 22:56:06 +0000 2006","profile_sidebar_fill_color":"252429","followers_count":1660,"protected":false,"friends_count":138,"profile_sidebar_border_color":"181A1E","location":"South Bend, IN","name":"John Nunemaker","id":4243,"notifications":false,"time_zone":"Indiana (East)","utc_offset":-18000,"favourites_count":115},"id":5264324712,"text":"I need some http://www.handerpants.com/ for night blogging. Haha."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters