9.0.10076 • Published 4 years ago

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

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

npm

Definition of contexts and interfaces for the Angular SDK based on REST.

API Documentation

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

ng-rest-api package

Definition of contexts and interfaces for the Angular SDK based on REST.

Variables

VariableDescription
ACOUSTIC_TOKEN_FETCH_TEXTInjection token for the remote text access
VERSIONVersion and build number of the package

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

ACOUSTIC_TOKEN_FETCH_TEXT variable

Injection token for the remote text access

Signature:

ACOUSTIC_TOKEN_FETCH_TEXT: InjectionToken<FetchText>

Home > @acoustic-content-sdk/ng-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;
}