prooph / event-store-http-api

Prooph EventStore HTTP API
http://getprooph.org/
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Fetch all stream names #22

Closed codeliner closed 7 years ago

codeliner commented 7 years ago

We need a route GET /streams to fetch all stream names using EventStore::fetchAllStreamNames().

This is required for the mgmt-ui to list all available streams.