CustomerApplicationApi

CustomerApplicationApi - object-oriented interface

Export

CustomerApplicationApi

Extends

  • BaseAPI

Constructors

Constructor

new CustomerApplicationApi(configuration?, basePath?, axios?): CustomerApplicationApi

Parameters

configuration?

basePath?

string = BASE_PATH

axios?

AxiosInstance = globalAxios

Returns

CustomerApplicationApi

Inherited from

BaseAPI.constructor

Properties

axios

protected axios: AxiosInstance = globalAxios

Inherited from

BaseAPI.axios


basePath

protected basePath: string = BASE_PATH

Inherited from

BaseAPI.basePath


configuration

protected configuration: Configuration | undefined

Inherited from

BaseAPI.configuration

Methods

apiV1ApplicationsGet()

apiV1ApplicationsGet(skip?, take?, applicationName?, options?): Promise<AxiosResponse<CustomerApplicationResponseDTO[], any, { }>>

Parameters

skip?

number

take?

number

applicationName?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<CustomerApplicationResponseDTO[], any, { }>>

Throws

Memberof

CustomerApplicationApi


apiV1ApplicationsIdGet()

apiV1ApplicationsIdGet(id, options?): Promise<AxiosResponse<CustomerApplicationResponseDTO, any, { }>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<CustomerApplicationResponseDTO, any, { }>>

Throws

Memberof

CustomerApplicationApi


apiV1ApplicationsIdPackageGet()

apiV1ApplicationsIdPackageGet(id, options?): Promise<AxiosResponse<string, any, { }>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<string, any, { }>>

Throws

Memberof

CustomerApplicationApi

Found a mistake? Let us know.

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.