apipeline icon indicating copy to clipboard operation
apipeline copied to clipboard

Feature-rich and pluggable offline-first API wrapper for all your javascript environements ! Easily wire-up your API and make your app work offline in minutes.

Results 17 apipeline issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [next](https://github.com/zeit/next.js) from 6.1.2 to 9.3.3. Release notes Sourced from next's releases. v9.3.3 Patches Revert "Fix assignment of props in WithApollo.getInitialProps " (#11384): #11236 Add support for comments in tsconfig.json:...

dependencies

I'm trying to find a way to invalidate cache for an individual item which looks like is not possible at the moment. For example if I have an api like:...

Hi @Exilz ! you lib is great! I was trying to manage a real use case in the mobile world (and not only in it I guess): make a request...

when `rawData` is true , it caches the response with response including the `data` as promise , so when retrieving it from the cache , the `json` method won't work....

Great package! How can I know if the response i get from the api call is cache data or real data?

I want to add some fields in body by middleware to each request, but merger ignores new body ``` export default async function middleware() { return { body: 'exampleText', };...

Why there is no PATCH method in supported methods? And how can i make PATCH request in react native app using apipipeline?

feature

I was wondering looking at the flowchart how the caching data is checked for stale state ?

question