Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created December 1, 2011 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpadilla/adee82c997a3f872e005 to your computer and use it in GitHub Desktop.
Save jpadilla/adee82c997a3f872e005 to your computer and use it in GitHub Desktop.
{'available_options': [{u'id': u'1',
u'name': u'Pick up',
u'needs_extra_field': False,
u'price': u'35',
u'required': True,
u'service_type': u'GUEST'},
{u'id': u'2',
u'name': u'T-Shirt',
u'needs_extra_field': True,
u'price': u'20',
u'required': True,
u'service_type': u'GUEST'}],
'company': {u'id': u'1', u'name': u'Epic Tours'},
'created_at': u'2011-11-11T12:38:07.406786',
'description': u'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\r\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\r\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\r\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\r\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\r\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
'id': u'1',
'maximum_guests_per_day': 100,
'maximum_guests_per_trip': 10,
'minimum_guests_per_day': 40,
'minimum_guests_per_trip': 4,
'name': u'Ciales Rock Climbing',
'price_per_guest': u'40',
'price_per_trip': u'129.99',
'tour_duration': 3600,
'updated_at': u'2011-11-30T18:51:11.605412'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment