Skip to content

Instantly share code, notes, and snippets.

@badmetacoder
Last active December 5, 2016 20:15
Show Gist options
  • Save badmetacoder/5337881 to your computer and use it in GitHub Desktop.
Save badmetacoder/5337881 to your computer and use it in GitHub Desktop.
curl -X POST 'https://api.datasift.com/v1/push/get' \
-d 'id=d468655cfe5f93741ddcd30bb309a8c7' \
-d 'per_page=50' \
-d 'order_dir=desc' \
-d 'include_finished=1' \
-H 'Authorization: datasift-user:your-datasift-api-key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment