Closed atj closed 6 months ago
This commit adds support for passing a mutator function as an argument to cache. The primary use case is making requests to non-API URLs where the response may contain large amounts of dynamic and/or superflous data.
Thanks for the suggestions, I've updated the PR and added a couple of comments.
Hopefully everything is resolved now. Thanks for you patience!
Released as v0.6.0, documentation is looking good!
This commit adds support for passing a mutator function as an argument to cache. The primary use case is making requests to non-API URLs where the response may contain large amounts of dynamic and/or superflous data.