Module: FireEagle

Defined in:
lib/fireeagle/version.rb,
lib/fireeagle.rb,
lib/fireeagle/user.rb,
lib/fireeagle/error.rb,
lib/fireeagle/client.rb,
lib/fireeagle/location.rb,
lib/fireeagle/response.rb,
lib/fireeagle/locations.rb,
lib/fireeagle/location_hierarchy.rb

Overview

:nodoc:

Defined Under Namespace

Modules: VERSION Classes: ArgumentError, Client, Error, FireEagleException, Location, LocationHierarchy, Locations, Response, StringWithExactMatch, User

Constant Summary collapse

API_SERVER =
"https://fireeagle.yahooapis.com"
AUTH_SERVER =
"https://fireeagle.yahoo.net"
REQUEST_TOKEN_PATH =
"/oauth/request_token"
ACCESS_TOKEN_PATH =
"/oauth/access_token"
AUTHORIZATION_URL =
"#{AUTH_SERVER}/oauth/authorize"
MOBILE_AUTH_URL =
"#{AUTH_SERVER}/oauth/mobile_auth/"
USER_API_PATH =
"/api/0.1/user"
LOOKUP_API_PATH =
"/api/0.1/lookup"
UPDATE_API_PATH =
"/api/0.1/update"
RECENT_API_PATH =
"/api/0.1/recent"
WITHIN_API_PATH =
"/api/0.1/within"
FORMAT_XML =
"xml"
UPDATE_PARAMS =
:lat, :lon, :woeid, :place_id, :address, :mnc, :mcc, :lac, :cellid, :postal, :city, :state, :country, :q, :label