xeta
Observable based http client for web and node
Highlights
- Written in Typescript
- Works in Browser and Node
- Easy Observable based API
Installation
npm:
$ npm install xeta
yarn:
$ yarn add xeta
Usage
lightweight http client for web and node
const xeta = ; xeta ; // Promise xeta ; // async/await { try const response = await xeta; console; catch error console; }
License
MIT © Nivrith