Skip to content

Releases: Pinta365/oura_api

1.0.2

23 Oct 15:32
Compare
Choose a tag to compare

Small type changes to align with 1.23 of the api.

  • Adding breathing_disturbance_index to the DailySpo2-interface
  • Adding "gen4" to the RingHardwareType union-type.

Full Changelog: 1.0.1...1.0.2

1.0.1

05 Oct 07:57
Compare
Choose a tag to compare
  • Small type change for OAuth to align with 1.22 of the api.
  • Explicitly mark fetchData as an overridden method.

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Aug 14:10
Compare
Choose a tag to compare

Version 1.

Full Changelog: 0.7.0...1.0.0

0.7.0

08 Aug 14:55
Compare
Choose a tag to compare

Quite a large refactor of the code base as well as helper functions to simplify OAuth2 usage.

Breaking changes

The data fetching functions like for example getDailyActivityDocuments, getDailyReadinessDocuments etc, that returns an array of documents now only return the data array object and not the complete return object. Paginated responses will be resolved before they are returned to the user.

Before:
{ "data": [ {}, {}, {} ], "next_token": "string" }
After:
[ {}, {}, {} ]

See example codes for more info.

New features

  • A new OuraOAuth class containing helper functions to simplify OAuth2 usage.
  • Adding Cardiovascular Age routes
  • Adding VO2 Max routes
  • Example files to show case using a Personal Access Token, OAuth2 and the Sandbox environment.

Full Changelog: 0.6.0...0.7.0

0.6.0

05 Aug 12:14
Compare
Choose a tag to compare

Version bump
Full Changelog: 0.5.9...0.6.0

0.5.9

04 Aug 21:48
Compare
Choose a tag to compare

See this readme section for info.

Full Changelog: 0.5.8...0.5.9

0.5.8

04 Aug 19:34
Compare
Choose a tag to compare
  • Adding support for the daily resilience endpoint.

Full Changelog: 0.5.7...0.5.8

0.5.7

18 Apr 16:58
Compare
Choose a tag to compare
  • Slight documentation change

Full Changelog: 0.5.6...0.5.7

0.5.6

02 Mar 19:28
Compare
Choose a tag to compare

Full Changelog: 0.5.5...0.5.6

0.5.5

01 Mar 15:33
Compare
Choose a tag to compare

Full Changelog: 0.5.3...0.5.5