bmavity / ges-client

A node.js client library for (Get) Event Store
Other
30 stars 9 forks source link

Improve user friendliness of createEventData #55

Closed bmavity closed 9 years ago

bmavity commented 9 years ago

Issues like #54 will come up because client.createEventData requires that data and metadata objects are buffers. Need to modify eventData.js to allow objects to be passed in and then automatically serialize and set property as a Buffer.

bmavity commented 9 years ago

Closed by #56