Created
November 9, 2017 00:18
-
-
Save benstopford/24c952640935661b5fc4aa455bfbf508 to your computer and use it in GitHub Desktop.
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
# 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