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

x/oura_api/mod.ts>Oura

Typescript project to interact with v2 of the Oura Ring API
Latest
class Oura
extends OuraBase
Re-export
import { Oura } from "https://deno.land/x/oura_api@1.0.1/mod.ts";

Base class for the Oura API. Class containing all the methods to access the Oura API with a personal access token.

Constructors

new
Oura(options: string | ApiOptionsAccessToken)

Creates a new Oura API client.

Methods

protected
fetchData(endpoint: string, params?: Record<string, string>): Promise<unknown>

Fetches data from the Oura API using the stored personal access token.