Last active
March 2, 2018 22:30
-
-
Save jcoyne/bbd4a0bda40f27ac42e6a00cd3a8c96f to your computer and use it in GitHub Desktop.
TACO Sprint 2 Demo Script
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 characters
curl -X POST -H "Content-Type: application/json" -d@examples/request.json http://taco-dev.sul.stanford.edu/v1/resource | |
curl -s http://taco-dev.sul.stanford.edu/v1/resource/ | json_pp | |
curl -X PATCH -H "Content-Type: application/json" -d@examples/update_request.json http://taco-dev.sul.stanford.edu/v1/resource/ | |
curl -s http://taco-dev.sul.stanford.edu/v1/resource/ | json_pp | |
curl -F "[email protected];type=text/plain" http://taco-dev.sul.stanford.edu/v1/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment