Skip to content

Releases: qgriffith/strava-client-rs

v0.2.1

25 Feb 19:09
dc9e00a
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Activities now need to be called using the new ActivitiesParams struct This allows for passing in option parameters to the `/athlete/activities API which includes

  • page
  • page_per
  • before
  • after

This allows narrowing the scope of returned activities.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Feb 11:45
090de09
Compare
Choose a tag to compare

What's Changed

  • Features/puts by @qgriffith in #2
  • refactored code so that all the request are done via a single funtcion
  • Added a puts client
  • Added a function to update weight on the athlete
  • lots of code clean up and documentation improvements

Full Changelog: v0.1.1...v0.2.0

v0.1.1

11 Feb 20:06
161081b
Compare
Choose a tag to compare

What's Changed

  • Release by @qgriffith in #1
  • Fix typos
  • Added docs to everything

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Feb 18:55
Compare
Choose a tag to compare

First release of the strava-client-rs

Full Changelog: https://github.com/qgriffith/strava-client-rs/commits/v0.1.0