16 releases
0.4.11 | Jul 10, 2024 |
---|---|
0.4.11-prerelease | Oct 14, 2024 |
0.4.10 | Mar 12, 2024 |
0.4.9 | Dec 16, 2023 |
0.1.0 | Jun 18, 2022 |
#660 in Web programming
942 downloads per month
82KB
2K
SLoC
rbx_api
Make requests to Roblox's web APIs. Currently does not support any Open Cloud APIs.
Usage
use rbx_auth::RobloxAuth;
use rbx_api::RobloxApi;
let auth = RobloxAuth::new().await?;
let api = RobloxApi::new(auth)?;
api.upload_place("MyPlace.rbxl".into(), 123456)?;
Dependencies
~12–25MB
~383K SLoC