@ayios/roblox-api
v0.0.2
Published
Ayios Roblox API (Open-Cloud) release
Downloads
143
Readme
the pitch
Are you tired of annoying and overly complex JavaScript/TypeScript Roblox packages?
Do you wish you could spam the everliving LIFE out of a function without having to worry about being ratelimited and getting your IP banned from Roblox servers for 3 days (I may have done this before - whoops)?
Well, now you can! There's FINALLY a package that handles ratelimits for you.
This is meant to be used in a production environment.
What's so special about it?
Ratelimiting is advanced. Its per authorization method and per the value of such method.
Do you have 6 API keys? You can ratelimit each API key individually. Do you want to use a unique API key PER request, and have the simplicity of a default key? Done. Do you want to have all that AND the ability to make a request using a user's OAuth2 key? Done!
There's also fantastic typing.
And yes, you can use the filter parameters.
Also - pages? They're easy now.
I liked how Discord API libraries (e.g. discord.js, or my favorite, oceanic.js) handled everything for you. Why not return the favor?
Also, we have a lovely documentation site and examples folder on GitHub. Your hand is being held.
About
This repository contains utility services used by Ayios. Many of these components are used across various Ayios projects. There are not really any examples, although usage is relatively simple.
License
All code within this repository created by Ayios is under MIT license. Other code within this repository is under its own respective license which will be displayed within their respective files.
