API

Hierarchy

  • API

Index

Properties

api

api: string

The name of the API.

baseURL

baseURL: string

The base URL to use when constructing HTTP calls to the API. Concatenate the base URL with the API path shown in the API specification. For example, for the 'config' API's catalog list endpoint, you would construct the URL as follows: 'https://config.data.api.platform.here.com/config/v1' + '/catalogs' where the first part of the URL is the base URL and the second part is the API path.

Optional parameters

parameters?:

Type declaration

  • [key: string]: string

version

version: string

The version of the API.