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§
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.