Module: HackernewsApi

Defined in:
lib/hackernews_api.rb,
lib/hackernews_api/poll.rb,
lib/hackernews_api/user.rb,
lib/hackernews_api/story.rb,
lib/hackernews_api/client.rb,
lib/hackernews_api/comment.rb,
lib/hackernews_api/version.rb,
lib/hackernews_api/poll_opt.rb

Defined Under Namespace

Classes: Client, Comment, Poll, PollOpt, Story, User

Constant Summary collapse

API_URL =
"https://hacker-news.firebaseio.com"
API_VERSION =
"v0"
VERSION =
"0.0.2"