Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Last active October 12, 2015 09:08

Revisions

  1. Eric Warnke revised this gist Apr 18, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions request.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/collections/DKLsd898sdKj/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -F collection_id="DKLsd898sdKj" \
    -F item=@"my_pic.jpg"
  2. EricWarnke revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion request.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -F collection_id="DKLsd898sdKj"
    -F collection_id="DKLsd898sdKj" \
    -F item=@"my_pic.jpg"
  3. EricWarnke revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion request.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -F "collection_id=DKLsd898sdKj"
    -F collection_id="DKLsd898sdKj"
    -F item=@"my_pic.jpg"
  4. EricWarnke revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion request.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9... app_secret=65oow347p..." \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -F "collection_id=DKLsd898sdKj"
    -F item=@"my_pic.jpg"
  5. EricWarnke revised this gist Nov 6, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion request.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9... app_secret=65oow347p..." \
    -F "collection_id=DKLsd898sdKj"
    -F item=@"my_pic.jpg"
  6. EricWarnke created this gist Nov 2, 2012.
    4 changes: 4 additions & 0 deletions request.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/items \
    -X POST \
    -H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
    -F item=@"my_pic.jpg"
    3 changes: 3 additions & 0 deletions response.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    {
    "id": "8hCxfCv39p7uBUWaLsJx"
    }