roboat 0.4.1

An api wrapper for Roblox.com.
Documentation

Crates.io Documentation dependency status

roboat

An API wrapper for Roblox.com.

This library is designed to be high-performance capable, meaning that it supports proxies and is capable of making requests in parallel.

Covered Endpoints

  • Catalog API
    • Item Details - /v1/catalog/items/details
  • Economy API
    • Robux Balance - /v1/users/{user_id}/currency
    • Resellers - /v1/assets/{item_id}/resellers
    • User Sales - /v2/users/{user_id}/transactions?transactionType=Sale
  • Users API
    • User Information - /v1/users/authenticated

Related Crates

This crate is a sister crate of roli, an API wrapper for Rolimons.com.

Contributing

Pull requests and issues are welcome!

Please refer to CONVENTIONS.md for information on conventions used in this crate.

Additional resources used to help make this crate are available in RESOURCES.md.

License

MIT License