denblox

denblox

An easy to operate Roblox API Library for Deno

About

Denblox is a free and open-source Roblox API (Application programming interface) Library. Denblox was created to make supporting ROBLOX simpler without the need to create your own API Wrapper. This Library has a variety of functions that give you more Roblox access.

Constructing


Importing

You can import denblox using the mod.ts file; if you need anything else, you can do so also at the file directory. package.

Requirements

  • Deno Installed
import * as denblox from "https://deno.land/x/denblox/mod.ts";

Example | 1

Run this in your terminal to see a quick example of denblox. After that, you’ll be asked to input a Roblox username.

deno run --allow-net https://deno.land/x/denblox/example.ts

Example | 2

This is a self-explanatory header, but it shows you some fundamentals and how to use one of the library functions.

import * as denblox from "https://deno.land/x/denblox/mod.ts";

await denblox.login("|WARNING:-DO-NOT-SHARE-THIS....");

const user = await denblox.getUserByName("t_ru9");
console.log(user);

Other

Unnecessary information you might need.


  • Version – v1.0
  • Socials
  • License -MIT License
Visit original content creator repository https://github.com/tru9/denblox

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *