Options
All
  • Public
  • Public/Protected
  • All
Menu

@inplayer-org/inplayer.js

Index

Enumerations

Classes

Interfaces

Type aliases

Object literals

Type aliases

CommonPlatformData

ReceiptData

ValidateReceiptData

ValidateReceiptData: CommonPlatformData & ReceiptData

Object literals

Const commonConfig

commonConfig: object

INPLAYER_IOT_KEY

INPLAYER_IOT_KEY: string = "inplayer_iot"

INPLAYER_TOKEN_KEY

INPLAYER_TOKEN_KEY: string = "inplayer_token"

IOT_NOTIF_URL

IOT_NOTIF_URL: string = "a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com"

INPLAYER_ACCESS_CODE_NAME

  • INPLAYER_ACCESS_CODE_NAME(assetId: number): string
  • Parameters

    • assetId: number

    Returns string

Const config

config: object

development

development: { AWS_IOT_URL: string; BASE_URL: string } = devConfig

Type declaration

  • AWS_IOT_URL: string
  • BASE_URL: string

production

production: { AWS_IOT_URL: string; BASE_URL: string } = prodConfig

Type declaration

  • AWS_IOT_URL: string
  • BASE_URL: string

Const devConfig

devConfig: object

AWS_IOT_URL

AWS_IOT_URL: string = "https://o3871l8vj7.execute-api.eu-west-1.amazonaws.com/staging/iot/keys"

BASE_URL

BASE_URL: string = "https://staging-v2.inplayer.com"

Const prodConfig

prodConfig: object

AWS_IOT_URL

AWS_IOT_URL: string = "https://eynmuj2g26.execute-api.eu-west-1.amazonaws.com/prod/iot/keys"

BASE_URL

BASE_URL: string = "https://services.inplayer.com"

Generated using TypeDoc