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/
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