Created
March 2, 2012 14:55
-
-
Save timhodson/1958927 to your computer and use it in GitHub Desktop.
Kasabi: example curl commands for exploring the /status API
This file contains hidden or 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
| # This request is only successful if you are the dataset owner. | |
| # i.e. your API key is the same as the owner of the dataset's API key. | |
| curl -v -X GET "http://api.kasabi.com/dataset/government-art-collection/status/1?apikey=$KASABI_API_KEY" |
This file contains hidden or 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
| # No apikey is required for this request. This allows people to look and see if your dataset has been updated. | |
| curl -v -X GET "http://api.kasabi.com/dataset/government-art-collection/status" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment