ike thecoder

Results 35 comments of ike thecoder

There is an API endpoint that can be called via `Help -> API Console` https://api.gov.bc.ca/ds/api/v3/console/#/Gateways/namespace-profile. Whether a better UI is needed for convenience is a valid question.

On feature branch `feature/ns-to-gw-v3-api` there is a new endpoint: `/routes/availability` that takes a query parameter `serviceName` and returns the following JSON if it is available: ```json { "available": true, "name":...

So what we are trying to convey is a structure like `.api.gov.bc.ca` and for `dev` and `test`: `.dev.api.gov.bc.ca` and `.test.api.gov.bc.ca` And the `Service.Name` and `Route.Name` can use `` as well....

Updates made https://github.com/bcgov/api-services-portal/commit/8eb965a08246976589e99e7f8a8654a75dd5a3df

My view is to drop "My" all together.. perhaps change "My Access" to "API Access", and then just refer to "Applications" and "Gateways" as just that. Because Gateways are not...