1.1.5 • Published 3 months ago

@paqujs/rest v1.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

@paqujs/rest

REST module for paqu.js.

Installation

Node.js 16.x or higher is required.

npm install @paqujs/rest
yarn add @paqujs/rest
pnpm add @paqujs/rest

Usage

import { REST } from '@paqujs/rest';

const rest = new REST();

rest.<method>('https://example.com').then(console.log);

Links

1.1.5

3 months ago

1.1.4

5 months ago

1.1.1

9 months ago

1.1.0

10 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.0.9

11 months ago

1.0.8

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago