mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
21 lines
623 B
YAML
21 lines
623 B
YAML
#
|
|
services:
|
|
- serviceId: sample-node-api
|
|
title: Sample Node API
|
|
description: Example Node.js Application
|
|
catalogUiTileId: sample-node-api
|
|
instanceBaseUrls:
|
|
- https://mymainframe.ibm.com:18000/
|
|
homePageRelativeUrl: # Home page is at the same URL
|
|
routedServices:
|
|
- gatewayUrl: api/v1 # [api/ui/ws]/v{majorVersion}
|
|
serviceRelativeUrl:
|
|
apiInfo:
|
|
- apiId: com.ibm.sample-node-api
|
|
gatewayUrl: api/v1
|
|
version: 0.0.1
|
|
|
|
catalogUiTiles:
|
|
sample-node-api:
|
|
title: Sample-Node-Api
|
|
description: Example Node.js Application |