| Crates.io | nadeo-api-rs |
| lib.rs | nadeo-api-rs |
| version | 0.2.0 |
| created_at | 2024-12-16 12:24:11.240714+00 |
| updated_at | 2025-01-21 08:11:31.549609+00 |
| description | A simple wrapper for the Nadeo API |
| homepage | |
| repository | https://github.com/xertrov/nadeo-api-rs |
| max_upload_size | |
| id | 1484944 |
| size | 105,707 |
A library to making using the Nadeo API easy.
use nadeo_api_rs::{prelude::*, user_agent_auto};
NadeoCredentials.UserAgentDetails -- easiest way via user_agent_auto! macro.NadeoClient via NadeoClient::create.let cotd = client.get_cup_of_the_day()?;For lower-level access, see NadeoApiClient::run_* methods.
For examples of how to do more complex low-level requests, see LiveApiClient::get_map_group_leaderboard for an example.