Last active
August 29, 2015 14:01
-
-
Save joshchu/1b556789431d93aa3283 to your computer and use it in GitHub Desktop.
Revisions
-
joshchu revised this gist
Jun 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 --header "X-AUTH-TOKEN: <YOUR AUTH TOKEN>" --header "Content-Type:application/json" -
joshchu revised this gist
Jun 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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" -
joshchu created this gist
May 7, 2014 .There are no files selected for viewing
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 charactersOriginal 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"