npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@acoustic-content-sdk/react-rest

v9.0.10076

Published

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

Downloads

43

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;
}