Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new DecoApi(http: HttpClient): DecoApi

Properties

configured

configured: boolean = false

container

container: Container

http

http: HttpClient

Private initDone

initDone: boolean = false

log

log: Logger

state

store

store: Store<DecoAppState>

Private version

version: string = ''

Methods

configureHost

  • configureHost(host: string): void

defaultOptions

delete

  • delete(entrypoint: string, body?: any, options?: RequestOption): Promise<Response>

extendEntrpoint

  • extendEntrpoint(entrypoint: string): string

get

  • get(entrypoint: string, options?: RequestOption): Promise<Response>

init

Private normalizeBody

  • normalizeBody(body: any, options: any): any

post

  • post(entrypoint: string, body?: any, options?: RequestOption): Promise<Response>

put

  • put(entrypoint: string, body?: any, options?: RequestOption): Promise<Response>

Generated using TypeDoc