9.0.10076 • Published 4 years ago

@acoustic-content-sdk/rest-api v9.0.10076

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

npm

Definition of interfaces for services and components that use the REST API of Acoustic Content.

API Documentation

API Documentation

Home > @acoustic-content-sdk/rest-api

rest-api package

Definition of interfaces for services and components that use the REST API of Acoustic Content.

Enumerations

EnumerationDescription
FETCH_PRIORITYPriority of the actual request

Variables

VariableDescription
VERSIONVersion and build number of the package

Type Aliases

Type AliasDescription
FetchTextCallback interface used to make a GET request to the resource and to ask for text content.The URL can be a relative URL and will be resolved against the API URL
WriteTextCallback interface used to send data to the server.The URL can be a relative URL and will be resolved against the API URL

Home > @acoustic-content-sdk/rest-api > FETCH_PRIORITY

FETCH_PRIORITY enum

Priority of the actual request

Signature:

export declare enum FETCH_PRIORITY 

Enumeration Members

MemberValueDescription
HIGH2
LOW0
NORMAL1

Home > @acoustic-content-sdk/rest-api > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}

Home > @acoustic-content-sdk/rest-api > FetchText

FetchText type

Callback interface used to make a GET request to the resource and to ask for text content.

The URL can be a relative URL and will be resolved against the API URL

Signature:

export declare type FetchText = (aUrl: string, aPriority?: FETCH_PRIORITY) => Observable<string>;

Home > @acoustic-content-sdk/rest-api > WriteText

WriteText type

Callback interface used to send data to the server.

The URL can be a relative URL and will be resolved against the API URL

Signature:

export declare type WriteText = (aUrl: string, aBody: any, aPriority?: FETCH_PRIORITY) => Observable<any>;
9.0.10076

4 years ago

9.0.10067

4 years ago

9.0.10040

4 years ago

9.0.10034

4 years ago

9.0.495

4 years ago

9.0.493

4 years ago

9.0.462

4 years ago

9.0.407

4 years ago

9.0.384

4 years ago

9.0.361

4 years ago

9.0.360

4 years ago

9.0.271

4 years ago

9.0.251

4 years ago

9.0.242

4 years ago

9.0.216

4 years ago

9.0.209

4 years ago

9.0.202

4 years ago

9.0.124

4 years ago

9.0.89

4 years ago

9.0.75

4 years ago

9.0.74

4 years ago

9.0.30

4 years ago

9.0.29

4 years ago

8.0.601

4 years ago