Changeset 29271 for lang/ruby/hatena
- Timestamp:
- 01/30/09 12:44:06 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/hatena/api_branch/haiku.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/hatena/api_branch/haiku.rb
r28449 r29271 28 28 29 29 # haiku.public_timeline 30 def public_timeline 31 Statuses.new.public_timeline 30 def public_timeline(options = {}) 31 Statuses.new.public_timeline(options) 32 32 end 33 33 … … 196 196 } 197 197 198 def public_timeline 199 JSON.parse open(API_URI[:public_timeline]).read198 def public_timeline(options = {}) 199 other_timeline(API_URI[:public_timeline], options) 200 200 end 201 201
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)