0.5.3 • Published 7 years ago
@varkes/app-connector-client v0.5.3
App Connector Client
App Connector Client provides an interface to pair your application with Kyma, register APIs and send Events.
After the startup, you have access to:
- UI -
http://localhost:10000 - rest API -
http://localhost:10000/metadata - console -
http://localhost:10000/console
Development
Make sure you have first executed make resolve from the project root!
To run the Client locally with an empty configuration, use:
npm startTo run it locally with debug logs enabled and an example configuration from the test suite, use:
npm run start:devDocumentation
You can access OpenAPI documentation using localhost:10000/metadata or the api.yaml file.