lib/hn/client.rb in hn_api-0.0.1 vs lib/hn/client.rb in hn_api-0.0.2

- old
+ new

@@ -21,7 +21,15 @@ end def top_stories(options = {}) get('topstories.json', options) end + + def max_item(options = {}) + get('maxitem.json', options) + end + + def updates(options = {}) + get('updates.json', options) + end end end \ No newline at end of file