9.0.10076 • Published 4 years ago

@acoustic-content-sdk/redux-ajax v9.0.10076

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

npm

Implementation of the fetchText and writeText callbacks against Acoustic Content.

API Documentation

Home > @acoustic-content-sdk/redux-ajax

redux-ajax package

Implementation of the fetchText and writeText callbacks.

Functions

FunctionDescription
fetchTextAjax(apiBase, aLoggerService)Creates a callback function that loads content via HTTP GET from the API routes.
writeJsonAjax(apiBase, aLoggerService)Creates a callback function that writes content to API routes via PUST, POST or delete

Variables

VariableDescription
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/redux-ajax > fetchTextAjax

fetchTextAjax() function

Creates a callback function that loads content via HTTP GET from the API routes.

Signature:

export declare function fetchTextAjax(apiBase: StaticHubInfoUrlProvider | PromiseLike<StaticHubInfoUrlProvider>, aLoggerService?: LoggerService): FetchText;

Parameters

ParameterTypeDescription
apiBaseStaticHubInfoUrlProvider | PromiseLike<StaticHubInfoUrlProvider>the API URL.
aLoggerServiceLoggerService

Returns:

FetchText

the callback function

Home > @acoustic-content-sdk/redux-ajax > writeJsonAjax

writeJsonAjax() function

Creates a callback function that writes content to API routes via PUST, POST or delete

Signature:

export declare function writeJsonAjax(apiBase: StaticHubInfoUrlProvider | PromiseLike<StaticHubInfoUrlProvider>, aLoggerService?: LoggerService): WriteText;

Parameters

ParameterTypeDescription
apiBaseStaticHubInfoUrlProvider | PromiseLike<StaticHubInfoUrlProvider>the API URL.
aLoggerServiceLoggerService

Returns:

WriteText

the callback function

Home > @acoustic-content-sdk/redux-ajax > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}
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.89

4 years ago

9.0.29

4 years ago

9.0.30

4 years ago

8.0.498

4 years ago

8.0.475

4 years ago