Movatterモバイル変換


[0]ホーム

URL:


nyro
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

A simple and effective promise-based HTTP & HTTP/2 request library that supports all HTTP methods.

Discord

Installation

Using npm:

$ npm install nyro@latest

Other Installations:

$ yarn add nyro@latest
$ pnpm add nyro@latest
$ deno install npm:nyro@latest

Example Basic Usage

importnyro,{ResponseType,Method}from'nyro';(async()=>{const{ body}=awaitnyro({url:'https://hercai.onrender.com/v3/hercai',params:{question:'Hi How Are You?'}method:Method.Get,// Or 'GET'responseType:ResponseType.Json,// Or 'json'headers:{'User-Agent':'Nyro'},bodySchema:{content:String,reply:String}});console.log('Your Question; '+body.content);console.log('AI Reply; '+body.reply);})();

Documentation

Main Request

Timeouts, Retries And Error

Other Options

Advanced Options

Special Features


License

Nyro is licensed under theGPL-3.0 License. See theLICENSE file for details.

Support

Discord Banner



Free online courses. In-person learning. Certification-aligned pathways in topics like Cybersecurity, Networking, and Python.It’s all here. Are you ready to begin, change, or propel your career?

Package Sidebar

Install

npm i nyro

Weekly Downloads

3,441

Version

2.0.4

License

LGPL-3.0-or-later

Unpacked Size

1.46 MB

Total Files

120

Last publish

Collaborators

  • beykant

[8]ページ先頭

©2009-2025 Movatter.jp