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

x/oura_api/mod.ts>Oura#getDailySpo2

Deno project to interact with v2 of the Oura Ring API
Go to Latest
method Oura.prototype.getDailySpo2
Re-export
import { Oura } from "https://deno.land/x/oura_api@0.4.0/mod.ts";

Retrieves a single daily spO2 (blood oxygenation) average document by its ID.

Parameters

documentId: string
  • The document ID in string format.

Returns

Promise<DailySpo2>

A DailySpo2 typed object.