core icon indicating copy to clipboard operation
core copied to clipboard

Async data provider agnostic about data origins

Results 25 core issues
Sort by recently updated
recently updated
newest added

Prismic client should be uptated to latest version

enhancement
dependencies

__Describe the bug__ When having an error response, such as 400, 401 or 500, the error received in the catch, or in the component, has only the response body. __To...

enhancement

The `expirationTime` option is not needed since the core provides the `cacheTime` one.

Currently headers can be set only through configuration. A deeper analysis is required in order to allow to set them also when calling to the read method, for example.

enhancement

It is desirable to provide an option to disable the automatic cache clean when an `update`, `create` or `delete` method finish successfully.

enhancement

Hello, I need to manage [Axios](https://github.com/axios/axios) interceptor with this library, is there any way to do that? Thanks

stage: awaiting response

The `cacheTime` option name may be not clear enough. It should be renamed into `cacheExpirationTime` (old option could be also maintained with a warning to avoid breaking changes, and it...

enhancement

Hey friend, Thank you for publishing this great module I've worked with **React-Admin** before, and i search a lot for something that manages the api calls and cache Now i...

question

Currently selectors and origins can be created only instantiating classes directly. Some developers may prefer to use methods instead, so it would be useful to expose a `selector` method and...