Options
All
  • Public
  • Public/Protected
  • All
Menu

Module olp-sdk-core

Index

Type Aliases

ApiName: "authorization" | "config" | "artifact" | "blob" | "index" | "ingest" | "interactive" | "metadata" | "notification" | "publish" | "query" | "statistics" | "stream" | "volatile-blob"

The list of the API endpoints names that the HERE Data SDK for TypeScript uses.

CacheType: "api" | "age"

The list of the types could be saved in the cache.

EnvironmentName: "here" | "here-dev" | "here-cn" | "here-cn-dev" | "local" | string

The name of the environment that you use for work. You can also pass the URL string of your local or custom environment.

Variables

LIB_VERSION: "2.0.0" = "2.0.0"
SENT_WITH_PARAM: string = ...

The string for adding to the requests as query parameter.

Functions

  • addSentWithParam(url: string): string
  • getDataSize(data: string | number | boolean | object): number
  • getEnvLookUpUrl(env: string): string
  • Gets the URL string of the API Lookup Service.

    Parameters

    • env: string

      The environment that you use for work. You can also pass the URL string of your local or custom environment.

    Returns string

    Based on the specified environment, the URL string of the API Lookup Service or the URL string of the custom service.

Generated using TypeDoc