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

x/oura_api/mod.ts>Oura#getPersonalInfo

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

Retrieves personal information about the user.

Returns

Promise<PersonalInfo>

A PersonalInfo typed object.