Created
September 17, 2012 15:15
-
-
Save jen20/3737939 to your computer and use it in GitHub Desktop.
ouro@ouroboros:~/src/EventStoreDocs$ curl -i http://127.0.0.1:2113/streams/newstream/event/1?format=json
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
ouro@ouroboros:~/src/EventStoreDocs$ curl -i http://127.0.0.1:2113/streams/newstream/event/1?format=json | |
HTTP/1.1 200 OK | |
Access-Control-Allow-Methods: GET | |
Content-Type: application/json | |
Server: Mono-HTTPAPI/1.0 | |
Date: Thu, 13 Sep 2012 10:57:26 GMT | |
Content-Length: 208 | |
Keep-Alive: timeout=15,max=100 | |
{ | |
"correlationId": "ed4bbdc6-c7ce-449e-bbda-0d903b1c82c3", | |
"eventStreamId": "newstream", | |
"eventNumber": 1, | |
"eventType": "Type", | |
"data": { | |
"Foo": "Bar" | |
}, | |
"metadata": { | |
"Foo": "Bar" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment