Functions
Oura.getdailyactivity — Functiongetdailyactivity(client::OuraClient, startDate::String, endDate::String)
Get daily activity data for a given time period. default is to give the last day.Oura.getdailycardiovascularage — Functiongetdailycardiovascularage(client::OuraClient, startDate::String, endDate::String)
Get daily cardiovascular age data for a given time period. default is to give the last day.Oura.getdailyreadiness — Functiongetdailyreadiness(client::OuraClient, startDate::String, endDate::String)
Get daily readiness data for a given time period. default is to give the last day.Oura.getheartrate — Functiongetheartrate(client::OuraClient, startDate::String, endDate::String)
Get all heartrate data for a given time period. default is to give the last day.Oura.getpersonalinfo — Methodgetpersonalinfo(client::OuraClient)
Get all PersonalInfoOura.getsleep — Functiongetsleep(client::OuraClient, startDate::String, endDate::String)
Get all sleep data for a given time period. default is to give the last day.Oura.OuraClient — TypeOuraClient(token::String,url::String,sandbox::Bool)Client used for identification. Simply contains the authentification token. Sandbox can be set to true to use fake data