Skip to content

Instantly share code, notes, and snippets.

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

  • Save admataz/0ea2f12708115addc618 to your computer and use it in GitHub Desktop.

Select an option

Save admataz/0ea2f12708115addc618 to your computer and use it in GitHub Desktop.
Collected cURL commands

POST file contents as attachment to an endpoint

curl -X "POST" -i -F filedata="@test/data/fake_users_api.json" http://localhost:3000/api/v1/users/uploadBulk`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment