Socket
Book a DemoInstallSign in
Socket

@jast/rest

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jast/rest

A library for interacting with Discord API.

0.0.7
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Jast

Jast is an API wrapper that interacts with Discord REST API with large and rich features. Try it installing via npm.

Find users and help in Ruster server.

Installing

NodeJS 16.16.0 or higher is required.

Latest and stable version:

npm install @jast/rest
  • @jast/core source - A NodeJS typescript library for interacting with the Discord API.
  • @jast/rest source - A library for interacting with Discord API.

Starting

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

const rest = new REST({
    headers: {
        Authorization: 'Bot <TOKEN>',
    },
});

rest.get('/users/963124227911860264')
    .then(console.log)
    .catch(console.error);

How to get help

As always, if you don't understand something or are having problems, please consider joining our Discord Server.

Contribute

  • Submiting bugs and help us.
  • Engage with us on our Discord server, and help each other.
  • Review source code changes.

Keywords

rest

FAQs

Package last updated on 15 Aug 2023

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.