Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@rjns/bot

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjns/bot

RJNS BOT Client

latest
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source

install size Socket Badge

An SDK to use the rjns bot api


Usage

import { Client } from "@rjns/bot"

const client = new Client('apikey')

const [ data, errors, ratelimit ] = await client.account.servers()

console.log(ratelimit)
if (data) {
  console.log(data)
} else {
  console.log(errors)
}

Keywords

sdk

FAQs

Package last updated on 22 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts