LookupApi | @here/olp-sdk-ts
Namespace LookupApi
Index
Functions
get PlatformAPIList
Parameters
builder: RequestBuilder
Returns Promise<Response>
get ResourceAPIList
Return the list of APIs for a given resource identified by hrn. This response is valid for the time specified by 'Cache-Control' header.
Parameters
builder: RequestBuilder
params: { hrn: string; region?: string }
hrn: string
Optional region?: string
Returns Promise<Response>
platformAPI
Return details of a single platform API. This response is valid for the time specified by 'Cache-Control' header.
Parameters
builder: RequestBuilder
params: { api: string; version: string }
api: string
version: string
Returns Promise<API[] | ApiNotFoundError>
resourceAPI
Return details of a single API for a given resource identified by hrn, api and version. This response is valid for the time specified by 'Cache-Control' header.
Parameters
builder: RequestBuilder
params: { api: string; hrn: string; region?: string; version: string }
api: string
hrn: string
Optional region?: string
version: string
Returns Promise<API[] | ApiNotFoundError>
Generated using TypeDoc
Return the list of the HERE APIs. This response is valid for the time specified by 'Cache-Control' header.
Return the list of the HERE APIs.