axios-multi-api icon indicating copy to clipboard operation
axios-multi-api copied to clipboard

Easily create multiple complex APIs in a declarative fashion.

Results 17 axios-multi-api issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

fetch() API support. Idea would be to use DI to reduce package size & make it usable w/ other RPC providers/plugins or native fetch function wherever supported.

We should be eble to define typings for Error Responses in `Endpoint` type, and when making requests dynamically via `fetchf()` or `api.request()`.

documentation
enhancement

The **revalidateOnReconnect** feature ensures that when the network connection is restored after being offline, the request automatically revalidates and fetches fresh data. This is particularly useful in scenarios where the...

enhancement

The idea is to add two options into the plugin The onLoadingSlow (null by default) feature is a user-friendly addition that helps monitor slow network conditions or when the server...

enhancement

Spec: https://www.ietf.org/archive/id/draft-polli-ratelimit-headers-02.html

enhancement