Module: Lonelyplanet

Defined in:
lib/lonely_planet.rb

Defined Under Namespace

Classes: Bluelist, Client, Destination, Geotaxonomy, Image, Poi, Result

Constant Summary collapse

DEFAULT_HOST =

the default hostname at which the LonelyPlanet API is hosted

'http://api.lonelyplanet.com'
DEFAULT_API_PATH =

the default api path to the LonelyPlanet API

'/services/get/'
VERSION =
'1.0.0'