Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created February 23, 2015 03:02
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 j-mcnally/bd7f5cb4c90191e256ae to your computer and use it in GitHub Desktop.
Save j-mcnally/bd7f5cb4c90191e256ae to your computer and use it in GitHub Desktop.
from waitlisted import reservation
res = reservation.create({'email': 'joe@gmail.com'})
print "Your position is " + res.position + " of " + res.total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment