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 auth::UserAgentDetails::new_autodetect)

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

Modulesยง