Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/mod.ts>RestModePeriod

Typescript project to interact with v2 of the Oura Ring API
Latest
interface RestModePeriod
import { type RestModePeriod } from "https://deno.land/x/oura_api@1.0.1/mod.ts";

Represents a period of time identified by the Oura ring as being in "rest mode".

Properties

id: string

Unique identifier

end_day: string

End date of rest mode

end_time: string

Timestamp when rest mode ended

episodes: [{ tags: string[]; timestamp: string; }]

Collection of episodes during rest mode, consisting of tags

start_day: string

Start date of rest mode

start_time: string

Timestamp when rest mode started