Skip to content

Instantly share code, notes, and snippets.

@jen20
Created September 17, 2012 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jen20/3737939 to your computer and use it in GitHub Desktop.
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
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