Skip to content

Instantly share code, notes, and snippets.

@benstopford
Created November 9, 2017 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benstopford/24c952640935661b5fc4aa455bfbf508 to your computer and use it in GitHub Desktop.
Save benstopford/24c952640935661b5fc4aa455bfbf508 to your computer and use it in GitHub Desktop.
# Submit an order. Immediately retrieving it will block until validation completes.
$ curl -X POST ... --data {"id":"1"...} http://server:8081/orders/
$ curl -X GET http://server:8081/orders/validated/1?timeout=500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment