Lawouach / event-driven-microservice

A simple demonstration of an event driven microservice written in Python
BSD 3-Clause "New" or "Revised" License
79 stars 19 forks source link

Add a public gateway for the bookshelf REST API #3

Open Lawouach opened 8 years ago

Lawouach commented 8 years ago

Right now, there is no unified API endpoint, just the endpoints of each microservices. Let's add a single entry point that will act as the gateway of the core services.

Lawouach commented 8 years ago

This was started in de77139b3adf4943ed42ef7d96d2459146bdacec. Need some ironing out and doc