npm

@peajs/request
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

Pea request

An elegant HTTP client based on Fetch

Installation

npm i @peajs/request

Usage

import { request } from '@peajs/request'
;(async () => {
  const data = await request('https://jsonplaceholder.typicode.com/todos/1')
})()

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @peajs/request

Weekly Downloads

8

Version

0.6.0

License

MIT

Unpacked Size

226 kB

Total Files

16

Last publish

Collaborators

  • forsigner