axios-multi-api
axios-multi-api copied to clipboard
Easily create multiple complex APIs in a declarative fashion.
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...
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:...
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...
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()`.
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...
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...
Spec: https://www.ietf.org/archive/id/draft-polli-ratelimit-headers-02.html