Expand description
About
An API wrapper for Roblox.com.
This library is designed to be high-performance capable, meaning
that a Client is designed to work with proxies, as well as make
multiple requests in parallel. All API calls are made through a Client.
Covered Endpoints
- Catalog API
- Item Details -
Client::item_details
- Item Details -
- Economy API
- Robux Balance -
Client::robux - Resellers -
Client::resellers - User Sales -
Client::user_sales - Put Limited On Sale -
Client::put_limited_on_sale
- Robux Balance -
- Users API
- User Details -
Client::user_id,Client::username, andClient::display_name(all of them use the same endpoint internally and cache the results)
- User Details -
Re-exports
pub use reqwest;
Modules
- A module for endpoints prefixed with https://catalog.roblox.com/*.
- A module for endpoints prefixed with https://economy.roblox.com/*.
- A module for endpoints prefixed with https://users.roblox.com/*.
Structs
- A client used for making requests to the Roblox API.
Enums
- The maximum amount of instances to return from an endpoint.
- The universal error used in this crate.