Demonstrates onboarding of service into API Mediation Layer (part of Zowe) using eureka-js-client.
It might be tricky to configure the integration. This is an endeavor to find a good starting point.
It should make the process of integrating to API Mediation Layer or Zowe easy.
-
Clone api mediation layer
-
Build it!
./gradlew build
-
Run it!
npm run api-layer
-
Clone this sample
-
Install dependencies
npm install
-
Run it!
npm start