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

#1078 in Web programming

27 downloads per month

MIT license

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

~11–24MB
~358K SLoC