Module: BackTyper
- Defined in:
- lib/backtyper.rb,
lib/backtyper/client.rb,
lib/backtyper/tweets.rb,
lib/backtyper/comments.rb
Defined Under Namespace
Classes: BadApiKeyError, Client, Comments, NotFoundError, Tweets
Class Method Summary collapse
Class Method Details
.authenticate(key) ⇒ Object
3 4 5 |
# File 'lib/backtyper.rb', line 3 def BackTyper.authenticate(key) Client.authenticate(key) end |