Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).