A low level API wrapper for Rolimons.com.
- This crate is a low level wrapper due to the fact that allowed requests to the website are limited. To maintain flexibility while also using the endpoints responsibly, the user is expected to maintain their own caching.
- Items API
- Fetch All Item Details -
Client::all_item_details
- Fetch All Item Details -
- Deals API
- Fetch Deals Activity -
Client::deals_activity
- Fetch Deals Activity -
- Trade Ad API
- Fetch Recent Trade Ads -
Client::recent_trade_ads
- Create Trade Ad -
Client::create_trade_ad
- Fetch Recent Trade Ads -
- Player API
- Player Search -
Client::player_search
- Fetch Player Profile -
Client::player_profile
- Player Search -
- Game API
- Fetch Games List -
Client::games_list
- Fetch Games List -
- Groups API
- Fetch Group Search -
Client::group_search
- Fetch Group Search -
- Market Activity API
- Fetch Recent Sales -
Client::recent_sales
- Fetch Recent Sales -
This crate is a sister crate of roboat, an API wrapper for Roblox.com.
Pull requests are welcome!
MIT License