1.0.9 • Published 1 year ago

@dynamic-data/polar-mockups v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

polar-data

Dynamic data modules for Polar datasources

Usage

Dataobjects:

  • getUserInfo
  • listNotifications
  • listActivities
  • getActivitySummary
  • getStepSample
  • getZoneSample
  • listTrainingExercises
  • getExerciseSummary
  • getHeartRateZones
  • getAvailableSamples
  • getSamples
  • listPhysicalInfo
  • getPhysicalInfo
  • getWebhook
  • listExercises
  • getExercise
  • listSleep
  • getSleep
  • getAvailableSleepTimes
  • listNightlyRecharge
  • getNightlyRecharge
// CJS/Node

const { getUserInfo } = require('@dynamic-data/polar-data');
const polarData = require('@dynamic-data/polar-data'); // All objects...
// ESM/React

import { getUserInfo } from '@dynamic-data/polar-data';
import polarData from '@dynamic-data/polar-data'; // All objects...
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago