loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.96k stars 1.07k forks source link

[API-Explorer] Create a self-hosted component #749

Closed shimks closed 6 years ago

shimks commented 6 years ago

Story

As a LoopBack4 user, I would like to test out my API endpoints on a self-hosted server.

Acceptance Criteria

TBD

bajtos commented 6 years ago

Here is the tricky part: right now, the REST transport does not allow controllers to control the response content type, there is no way how to implement our own variant of Express' server-static middleware. We need to figure this out as a pre-requisite.

bajtos commented 6 years ago

Closing as a duplicate of #559