s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Introduced HTTP API provider, moved REST API root #102

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

This pull request introduces the new HTTP API provider that will handle HTTP connections to the platform and redirect requests to the corresponding child API providers.

Also this pull request changes the placement of REST API from domain root (/) to /api/rest/v1/

Related to #13, Closes #100