UNPKG

goblox.js

Version:

Unoffical ROBLOX API wrapper made by Fastering18.

12 lines (9 loc) 323 B
/** * list of endpoint links used to do request */ module.exports ={ "userinfo": "https://users.roblox.com/v1/users", "accountinfo": "https://users.roblox.com/v1/usernames/users", "devforumuserinfo": "https://devforum.roblox.com/u", "mloginurl": "https://www.roblox.com/mobileapi/userinfo" }