Skip to main content

Built and signed on GitHub Actions

A RESTful API package for Discord Messenger and Telegram bots.

This package works with Cloudflare Workers, Node.js, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Bun
This package works with Browsers
JSR Score
76%
Published
3 months ago (0.2.0)
Package root>test.ts
import samirapi from './src/index.ts'; async function main(){ const gptResponse = await samirapi.gpt("Hello, how are you?"); console.log("GPT Response:", gptResponse); } main();