Hi,
since I’ve done my first successful experiments with EventStore and the Akka based JVM client, I was wondering if there is also an HTTP API for admin tasks like user management?
Thanks,
Michael
Hi,
since I’ve done my first successful experiments with EventStore and the Akka based JVM client, I was wondering if there is also an HTTP API for admin tasks like user management?
Thanks,
Michael
There is. There is an interface provided to it in the .net client but
not yet in the jvm client. User management as example is a simple
restful api. https://github.com/EventStore/EventStore/blob/dev/src/EventStore.ClientAPI/UserManagement/UsersClient.cs
should explain it reasonably well. I added an issue to write a page of
docs on it https://github.com/EventStore/docs.geteventstore.com/issues/108
where you can track it
Perfect, a RESTful API is exactly what I was looking for!
Thanks,
Michael