Minimalistic REST API client for React inspired by Apollo.
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dmitriy Pleshevskiy e9c18c9fea Initial commit
feat(context): add context for request
feat(client): add hook for get memo rest client
feat(endpoint): add endpoint object for configure rest methods
feat(request): add request hook
refac(request): return cached data for same query
refac(request): remove void variables for endpoints
feat(request): add headers to request cache
2020-11-04 00:39:14 +03:00
src Initial commit 2020-11-04 00:39:14 +03:00
.dockerignore Initial commit 2020-11-04 00:39:14 +03:00
.eslintignore Initial commit 2020-11-04 00:39:14 +03:00
.eslintrc.yml Initial commit 2020-11-04 00:39:14 +03:00
.gitignore Initial commit 2020-11-04 00:39:14 +03:00
README.md Initial commit 2020-11-04 00:39:14 +03:00
package-lock.json Initial commit 2020-11-04 00:39:14 +03:00
package.json Initial commit 2020-11-04 00:39:14 +03:00
tsconfig.json Initial commit 2020-11-04 00:39:14 +03:00

README.md

react-rest-request

Minimalistic REST API client for React inspired by Apollo.

Installation

npm install react-rest-request