Module: Twitter::API

Defined in:
lib/twitter/api.rb

Overview

Namespace for constants and exceptions related to the Twitter API.

Defined Under Namespace

Classes: Unauthorized

Constant Summary collapse

BASE =

Everything goes to Twitter for now

'twitter.com'
FORMAT =

Everything goes through JSON for now

'json'