Repository
Current version released
5 years ago
A Deno API Wrapper for linking projects to the Offical ROBLOX API.
About
DenBlox is currently in development mode, making most functions unstable.
DenBlox is a open sourced project developed for projects trying to do anything you’d normally do on the ROBLOX page.
Importing
import * as denblox from "https://deno.land/x/denblox/mod.ts";Example
import * as denblox from "https://deno.land/x/denblox/mod.ts";
let getUsers = await denblox.searchUser("roblox");
console.log(getUsers);Versions
Stable -
- v1.0-alpha - Provides basic support for User and Thumbnail functionality.
Unstable -
- v0.0.1 - Not as stable as alpha version & missing readme.
- v0.0.0 - No purpose as I was messing around with deno.
Credits
- tru9 - Library Maintainer