Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmkasendwa/axios-api-adapter
https://github.com/rmkasendwa/axios-api-adapter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmkasendwa/axios-api-adapter
- Owner: rmkasendwa
- License: mit
- Created: 2023-01-10T21:26:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T11:52:52.000Z (6 months ago)
- Last Synced: 2024-10-14T15:01:12.514Z (about 1 month ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF-CONDUCT.md
Awesome Lists containing this project
README
infinite-debugger/axios-api-adapter
## Installation
infinite-debugger/axios-api-adapter is available as an [npm package](https://www.npmjs.com/package/@infinite-debugger/axios-api-adapter).
```sh
// with npm
npm install @infinite-debugger/axios-api-adapter// with yarn
yarn add @infinite-debugger/axios-api-adapter
```## Usage
Here is a quick example to get you started, **it's all you need**:
```ts
import { get } from '@infinite-debugger/axios-api-adapter';get('/users', { label: 'Loading users' });
```## Contributing
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the utility library.
## Changelog
If you have recently updated, please read the [changelog](https://github.com/rmkasendwa/axios-api-adapter/releases) for details of what has changed.
## License
This project is licensed under the terms of the
[MIT license](/LICENSE).