Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ackeecz/antonio
HTTP client built on top of fetch API.
https://github.com/ackeecz/antonio
ackee fetch frontend http-client javascript redux-saga sagas typescript
Last synced: 5 days ago
JSON representation
HTTP client built on top of fetch API.
- Host: GitHub
- URL: https://github.com/ackeecz/antonio
- Owner: AckeeCZ
- License: mit
- Created: 2018-12-13T13:04:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T09:47:39.000Z (8 months ago)
- Last Synced: 2024-11-08T15:17:51.335Z (7 days ago)
- Topics: ackee, fetch, frontend, http-client, javascript, redux-saga, sagas, typescript
- Language: TypeScript
- Homepage:
- Size: 4.31 MB
- Stars: 8
- Watchers: 7
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![ackee|Antonio](assets/ackee_git_frontend_antonio.png)
# ![node version](https://img.shields.io/node/v/@ackee/antonio-auth) ![@ackee/antonio license](https://img.shields.io/github/license/ackeecz/antonio)
# Antonio
HTTP client built on top of `fetch` API.
## Monorepo structure
- [@ackee/antonio-core](packages/@ackee/antonio-core) - The HTTP client.
- [@ackee/antonio-utils](packages/@ackee/antonio-utils) - Custom redux-saga effects for canceling request.
- [@ackee/antonio-auth](packages/@ackee/antonio-auth) - A request interceptor which sets the `Authorization` header to access token obtained from [@ackee/petrus](https://github.com/AckeeCZ/petrus).![@ackee/antonio_monorepo_dependency_graph](assets/dependecy-graph.png)
## Browsers support
It's compatible with all browsers defined in [`@ackee/browserslist-config`](https://github.com/AckeeCZ/browserslist-config).