Skip to content

Instantly share code, notes, and snippets.

@joshchu
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save joshchu/1b556789431d93aa3283 to your computer and use it in GitHub Desktop.

Select an option

Save joshchu/1b556789431d93aa3283 to your computer and use it in GitHub Desktop.

Revisions

  1. joshchu revised this gist Jun 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    curl -X POST -d '{ "last_incremental_id" : "265" }' https://app.salsify.com/api/channels/73/runs?auth_token=<YOUR AUTH TOKEN> --header "Content-Type:application/json"
    curl -X POST -d '{ "last_incremental_id" : "265" }' https://app.salsify.com/api/channels/73/runs --header "X-AUTH-TOKEN: <YOUR AUTH TOKEN>" --header "Content-Type:application/json"
  2. joshchu revised this gist Jun 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    curl -X POST -d '{ "last_incremental_id" : "265" }' https://app.salsify.com/api/channels/73/runs/265?auth_token=<YOUR AUTH TOKEN> --header "Content-Type:application/json"
    curl -X POST -d '{ "last_incremental_id" : "265" }' https://app.salsify.com/api/channels/73/runs?auth_token=<YOUR AUTH TOKEN> --header "Content-Type:application/json"
  3. joshchu created this gist May 7, 2014.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl -X POST -d '{ "last_incremental_id" : "265" }' https://app.salsify.com/api/channels/73/runs/265?auth_token=<YOUR AUTH TOKEN> --header "Content-Type:application/json"