8 unstable releases (3 breaking)

0.4.4 Mar 25, 2023
0.4.3 Mar 25, 2023
0.4.2 Feb 25, 2023
0.4.0 Dec 30, 2022
0.1.0 Jun 18, 2022

#1095 in Web programming

22 downloads per month

MIT license

79KB
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

~11–21MB
~419K SLoC