Crate nadeo_api_rs

Source
Expand description

Create a NadeoClient to interact with the Nadeo API.

Use NadeoClient::create to create a new client.

You will also need to create NadeoCredentials and UserAgentDetails (see user_agent_auto and user_agent_auto_ver)

API methods are defined on traits: live::LiveApiClient, meet::MeetApiClient, core::CoreApiClient.

Modules§

auth
client
core
live
meet
oauth
prelude
urls

Macros§

user_agent_auto
Create a UserAgentDetails struct with the app name and version autodetected from the cargo manifest.
user_agent_auto_ver
Create a UserAgentDetails struct with the version autodetected from the cargo manifest.