Base class for the Oura API. Class containing all the methods to access the Oura API with a personal access token.
new
Oura(options: string | ApiOptionsAccessToken)
Creates a new Oura API client.
Project to interact with v2 of the Oura Ring API
Base class for the Oura API. Class containing all the methods to access the Oura API with a personal access token.
Oura(options: string | ApiOptionsAccessToken)
Creates a new Oura API client.
Add Package
deno add jsr:@pinta365/oura-api
Import symbol
import { Oura } from "@pinta365/oura-api";
---- OR ----
Import directly with a jsr specifier
import { Oura } from "jsr:@pinta365/oura-api";
Add Package
npx jsr add @pinta365/oura-api
Import symbol
import { Oura } from "@pinta365/oura-api";
Add Package
yarn dlx jsr add @pinta365/oura-api
Import symbol
import { Oura } from "@pinta365/oura-api";
Add Package
pnpm dlx jsr add @pinta365/oura-api
Import symbol
import { Oura } from "@pinta365/oura-api";
Add Package
bunx jsr add @pinta365/oura-api
Import symbol
import { Oura } from "@pinta365/oura-api";