Skip to content

PREPARING FOR BREAKING CHANGES v2 Fitbit.NET API Library In Development

Aaron Coleman edited this page Feb 26, 2015 · 1 revision

v2 of Fitbit.NET

We're moving away from the original version of this library and will put it in non-maintenance mode, and release a V2 that is

  • not dependent on RestSharp (even John Sheehan, who started the project no longer uses it), is Portable Class Library (PCL) compatible,
  • and supports C# 5 async keywords (because really, why do threads need to wait for HTTP, surely you must have something better for them to be doing during that time).
  • is JSON based as XML is being deprecated (the great JSON/XML war had not yet been won when I first wrote this library)
  • OAuth 2.0 is coming, so we'll have a relevant timepoint for folks to make a big refactor to flip the switch

Take a look on my async-portable branch: https://github.com/aarondcoleman/Fitbit.NET/tree/async-portable

or Adam's Master branch: https://github.com/WestDiscGolf/Fitbit.NET

Migration Tips

(coming soon)

Release schedule

(coming soon)

OAuth 1.0a to OAuth 2.0 Guidance

(coming soon)

Clone this wiki locally