Last active
September 27, 2016 22:30
-
-
Save abhiyerra/4482730af6aa59fea87758eb40efc850 to your computer and use it in GitHub Desktop.
parkingspot-curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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