@acoustic-content-sdk/react-rest

Implementation of services for the React SDK based on a REST backend.

Usage no npm install needed!

<script type="module">
  import acousticContentSdkReactRest from 'https://cdn.skypack.dev/@acoustic-content-sdk/react-rest';
</script>

README

npm

Implementation of services for the React SDK based on a REST backend.

API Documentation

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

react-rest package

Implementation of services for the React SDK based on a REST backend.

Variables

Variable Description
ACOUSTIC_PROVIDER_REST_AUTH_STATUS Provider implementation for the ACOUSTIC_CONTEXT_AUTH_STATUS.
ACOUSTIC_PROVIDER_REST_DELIVERY_CONTENT_RESOLVER Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_CONTENT_RESOLVER.
ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_MAPPING_RESOLVER Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_LAYOUT_MAPPING_RESOLVER.
ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_RESOLVER Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_LAYOUT_RESOLVER.
ACOUSTIC_PROVIDER_REST_DELIVERY_PAGE_RESOLVER Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_PAGE_RESOLVER.
ACOUSTIC_PROVIDER_REST_DELIVERY_TYPE_RESOLVER Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_TYPE_RESOLVER.
ACOUSTIC_PROVIDER_REST_URL_CONFIG Provider implementation for the ACOUSTIC_CONTEXT_URL_CONFIG.
ACOUSTIC_PROVIDERS_REST List of provider implementations that implement common services via REST
VERSION Version and build number of the package

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

ACOUSTIC_PROVIDER_REST_AUTH_STATUS variable

Provider implementation for the ACOUSTIC_CONTEXT_AUTH_STATUS.

Signature:

ACOUSTIC_PROVIDER_REST_AUTH_STATUS: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/api").AuthStatus>

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

ACOUSTIC_PROVIDER_REST_DELIVERY_CONTENT_RESOLVER variable

Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_CONTENT_RESOLVER.

Signature:

ACOUSTIC_PROVIDER_REST_DELIVERY_CONTENT_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryContentResolver>

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

ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_MAPPING_RESOLVER variable

Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_LAYOUT_MAPPING_RESOLVER.

Signature:

ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_MAPPING_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutMappingResolver>

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

ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_RESOLVER variable

Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_LAYOUT_RESOLVER.

Signature:

ACOUSTIC_PROVIDER_REST_DELIVERY_LAYOUT_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutResolver>

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

ACOUSTIC_PROVIDER_REST_DELIVERY_PAGE_RESOLVER variable

Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_PAGE_RESOLVER.

Signature:

ACOUSTIC_PROVIDER_REST_DELIVERY_PAGE_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryPageResolver>

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

ACOUSTIC_PROVIDER_REST_DELIVERY_TYPE_RESOLVER variable

Provider implementation for the ACOUSTIC_CONTEXT_DELIVERY_TYPE_RESOLVER.

Signature:

ACOUSTIC_PROVIDER_REST_DELIVERY_TYPE_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryTypeResolver>

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

ACOUSTIC_PROVIDER_REST_URL_CONFIG variable

Provider implementation for the ACOUSTIC_CONTEXT_URL_CONFIG.

Signature:

ACOUSTIC_PROVIDER_REST_URL_CONFIG: import("@acoustic-content-sdk/react-api").ReactProvider<Observable<UrlConfig>>

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

ACOUSTIC_PROVIDERS_REST variable

List of provider implementations that implement common services via REST

Signature:

ACOUSTIC_PROVIDERS_REST: (import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/api").AuthStatus> | import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryContentResolver> | import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutMappingResolver> | import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutResolver> | import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryPageResolver> | import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryTypeResolver>)[]

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

VERSION variable

Version and build number of the package

Signature:

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