Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created February 23, 2015 03:02
Show Gist options
  • 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': '[email protected]'})
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