Package Exports
- bloxkit
- bloxkit/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bloxkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bloxkit is a ROBLOX api wrapper. As of now this package does not have authentication, so you cannot use this to block people, view your friend requests, and other endpoints. This package is still in it's beta stage so please bare with me. Contributions are welcomed.
Installation
Using Npm:
npm i bloxkitUsing Yarn:
yarn add bloxkitExample Usage
Bloxkit functions must be wrapped with
await
import { UserSearch } from '../index.js';
let results = await UserSearch('bloxkit');
console.log(results);Docs
Check out the docs here
Docs Guide
- ?: optional parameter
- !: reccomended parameter