Page 1 of 1

Using PATCH instead of POST for eventStore requests

Posted: Wed Jul 17, 2019 6:37 pm
by Anton
Our API expects PATCH requests to modify events, not POST. What's the easiest way to make this change?

Re: Using PATCH instead of POST for eventStore requests

Posted: Wed Jul 17, 2019 10:20 pm
by Anton
My current solution that I have working is subclassing the EventStore, but I'm curious to see if there's a better way.

Re: Using PATCH instead of POST for eventStore requests

Posted: Thu Jul 18, 2019 12:13 pm
by mats