@paqujs/rest
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@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

Package Sidebar

Install

npm i @paqujs/rest

Weekly Downloads

17

Version

1.1.5

License

Apache-2.0

Unpacked Size

27.7 kB

Total Files

10

Last publish

Collaborators

  • hanzydev