Module: SimpleGeo

Defined in:
lib/simple_geo.rb,
lib/simple_geo/client.rb,
lib/simple_geo/record.rb,
lib/simple_geo/endpoint.rb,
lib/simple_geo/connection.rb,
lib/simple_geo/hash_utils.rb

Defined Under Namespace

Classes: Client, Connection, DecodeError, Endpoint, HashUtils, NoConnectionEstablished, NotFound, Record, ServerError, SimpleGeoError, Unauthorized, Unavailable

Constant Summary collapse

API_VERSION =
'0.1'.freeze
REALM =
"http://api.simplegeo.com"
VERSION =
File.read(File.join(File.dirname(__FILE__), '..', 'VERSION'))