Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@acoustic-content-sdk/react-rest-api

carstenleue28MIT9.0.10076TypeScript support: included

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

acoustic, acoustic-content, react, sdk

readme

npm

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

API Documentation

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

react-rest-api package

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

Variables

Variable Description
ACOUSTIC_CONTEXT_FETCH_TEXT Injection token for the remote text access
VERSION Version and build number of the package

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

ACOUSTIC_CONTEXT_FETCH_TEXT variable

Injection token for the remote text access

Signature:

ACOUSTIC_CONTEXT_FETCH_TEXT: Required<import("react").Context<FetchText>>

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