Commit graph

10 commits

Author SHA1 Message Date
3d8898f333 chore: type in description 2021-06-15 12:06:35 +03:00
c43df16fef doc: add features section to readme 2020-12-23 05:33:28 +03:00
651e09bc31 feat: extract types from endpoint
chore: change example and readme

Closes #24
2020-12-19 13:26:22 +03:00
0c3cb11c13 doc: add information about license 2020-11-20 23:48:43 +03:00
c848b0c785 feat!: transform endpoint data before state
BREAKING CHANGES: Endpoint now required response, variables and
params types

Closes #3
2020-11-20 20:01:24 +03:00
d2c99a578b doc: fix example in readme 2020-11-06 01:15:13 +03:00
9b9150524c doc: fix example in readme 2020-11-05 22:16:19 +03:00
243f4f77e5 feat!(client): add client fetch based
breaking!(context): client prop instead base url
refac: change axios response to client response
chore(deps): remove axios
chore: update example

Closes #2
2020-11-05 00:23:57 +03:00
3d606b86cd doc: add small example to readme
doc: add save to deps flag

Closes #1
2020-11-04 13:40:40 +03:00
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