Welcome to mocked backend
These are the available endpoints
-
/api/v1/apicatalog/auth/login
- Enables you to log in. Use user as username and
password.
The login process takes 2 seconds to simulate slow
network.
-
/api/v1/apicatalog/auth/logout
- Logs out the currently logged user.
-
/api/v1/apicatalog/containers
- Serves a static json (`mocked-backend/assets/containers`).
-
/api/v1/apicatalog/containers/some-down
- Simple get endpoint that toggles the status of some
tiles.
-
/api/v1/apicatalog/containers/:serviceID
- Serves the same information as /api/v1/apicatalog/containers
but for a specific serviceID.
-
/api/v1/apicatalog/apidoc/:serviceID/:version
- Serves apidoc for a specific serviceID and
version.
The endpoints above reflect the real services with the /api/v1/apicatalog/containers/some-down
being
an
exception.