Fetch-API
Api client based of native fetch api with a lot of features
Easy to Use
Fetch-API provides the same interface for all types of requests.
Fetch on steroids
All native window.fetch features are supported.
Universal library
For browser this is usual window.fetch and for Node.js node-fetch is used."
All types of validations
You can use shemas to validate responses or you can provide your own validate function"
Translate your responses
Just provide translateFunction option that handles the response key and translate it
Has caching tools
All you need is to select the cache strategy