Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Config

Hierarchy

  • Config

Implements

Index

Accessors

api_key

  • get api_key(): any
  • Returns any

api_secret

  • get api_secret(): any
  • Returns any

api_url

  • get api_url(): any
  • Returns any

client_version

  • get client_version(): any
  • Returns any

cookie

  • get cookie(): any
  • Returns any

docs_url

  • get docs_url(): any
  • Returns any

hsts

  • get hsts(): any
  • Returns any

storage_prefix

  • get storage_prefix(): any
  • Returns any

transport

  • get transport(): any
  • Returns any

uuid

  • get uuid(): any
  • Returns any

ws_url

  • get ws_url(): any
  • Returns any

Methods

$get

set

Object literals

Private _config

_config: object

api_key

api_key: string = ""

api_secret

api_secret: string = ""

api_url

api_url: string = "https://www.ipushpull.com/api/1.0"

client_version

client_version: string = ""

docs_url

docs_url: string = "https://docs.ipushpull.com"

hsts

hsts: boolean = true

storage_prefix

storage_prefix: string = "ipp"

transport

transport: string = "polling"

uuid

uuid: string = ""

ws_url

ws_url: string = "https://www.ipushpull.com"

cookie

cookie: object

oauth_access_token

oauth_access_token: string = "access_token"

ouath_refresh_token

ouath_refresh_token: string = "refresh_token"

uuid

uuid: string = "uuid"

Generated using TypeDoc