Skip to content

Instantly share code, notes, and snippets.

@abhiyerra
Last active September 27, 2016 22:30
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 abhiyerra/4482730af6aa59fea87758eb40efc850 to your computer and use it in GitHub Desktop.
Save abhiyerra/4482730af6aa59fea87758eb40efc850 to your computer and use it in GitHub Desktop.
parkingspot-curl
curl -i \
-H "Content-Type: application/json"
-H 'X-PARKINGSPOT-API-KEY: yourkey' \
-X POST
-d '{"MaxBid": 0.25, "Region": "us-west-2"}'
https://api.parkingspot.bid/v1/spot/me
# You can also just use our CLI tool:
# https://github.com/acksin/parkingspot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment