Skip to content

Instantly share code, notes, and snippets.

@timhodson
Created March 2, 2012 14:55
Show Gist options
  • Select an option

  • Save timhodson/1958927 to your computer and use it in GitHub Desktop.

Select an option

Save timhodson/1958927 to your computer and use it in GitHub Desktop.
Kasabi: example curl commands for exploring the /status API
# 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"
# 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