19 lines
540 B
JSON
19 lines
540 B
JSON
[
|
|
{
|
|
"url": "https://{environment}.{domain}/api/investment-product/v1",
|
|
"description": "Cloud based API behind a gateway",
|
|
"variables": {
|
|
"environment": {
|
|
"default": "nonprod",
|
|
"description": "Non Production server"
|
|
},
|
|
"domain": {
|
|
"default": "example.com"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"url": "http://localhost/api/investment-product/v1",
|
|
"description": "Local server supporting testing of the API"
|
|
}
|
|
] |