Package Exports
- rblx-api
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 (rblx-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ROBLOX API
An simplistic module, which allows you to interact with the ROBLOX API, in javascript.
Installation
Windows:
npm install rblx-api --saveExample
All of the functions, included in this library all use a callback which return the data from the 'request' made to the ROBLOX API's, an example of this is shown here:
const roblox = require('rblx-api');
roblox.User.checkUsernameExistance("ROBLOX", function(x) {
console.log(x);
});The 'x' variable, contains the data from the 'request', in this example it will contain 'true'.
Developers
Aigars - [Luaa #0381]
Charlie - [Charlie #5760]