Thin AbstractDatastore façade over a HTTP-backed Store-shaped client. Used by legacy code paths; React CrudProviderContext is now typed on CrudDatastoreStore.

  • Type Parameters

    • R extends SchemaRegistry = SchemaRegistry

    Parameters

    • store: LegacyRESTClientStore<R> | RESTClientStore<R>

    Returns AbstractDatastore