app.yaml: Set api_version "go1".
[kraftakt.git] / fitbit / fitbit.go
2018-02-05 Florian ForsterPackage fitbit: Revoke the access token in addition...
2018-02-02 Florian ForsterPackage fitbit: Return errors instead of logging them.
2018-02-01 Florian ForsterPackage fitbit: Log signatures on failure.
2018-01-31 Florian ForsterPackage fitbit: Add documentation.
2018-01-31 Florian ForsterPackage fitbit: Handle errors from ioutil.ReadAll(...
2018-01-31 Florian ForsterPackage fitbit: Fix unsubscribing.
2018-01-31 Florian ForsterPackage fitbit: Implement UnsubscribeAll() and ListSubs...
2018-01-31 Florian ForsterConnect handlers: don't call {fitbit,gfit}.NewClient().
2018-01-30 Florian ForsterPackage fitbit: Append the collection type to the subsc...
2018-01-30 Florian ForsterReplace CSRF token with tokens based on the user's ID.
2018-01-30 Florian ForsterPackage app: Load the ID with the rest of the user...
2018-01-30 Florian ForsterPackage fitbit: Ignore 404 (Not Found) errors when...
2018-01-30 Florian ForsterUnsubscribe from Fitbit subscriptions individually.
2018-01-30 Florian ForsterPackage fitbit: Implement Client.Unsubscribe() and...
2018-01-29 Florian ForsterPackages fitbit and gfit: Initialize oauth2.Config...
2018-01-29 Florian ForsterRead runtime configuration from datastore.
2018-01-28 Florian ForsterRename the "gfitsync" package to "kraftakt".
2018-01-26 Florian ForsterPackage fitbit: Don't treat Conflict (409) as an error.
2018-01-25 Florian ForsterAlso subscribe to the "sleep" Fitbit collection.
2018-01-24 Florian ForsterPackage fitbit: Add the ActivityParentName, LastModifie...
2018-01-22 Florian ForsterCall ActivitySummary() and Profile() concurrently.
2018-01-22 Florian ForsterPackage fitbit: ActivitySummery(): Log full response.
2018-01-16 Florian ForsterPackage fitbit: Don't URL-decode Fitbit's signature.
2018-01-16 Florian ForsterImplement mapping of heart rate zones.
2018-01-16 Florian ForsterRebrand as "Kraftakt".
2018-01-15 Florian ForsterImplement storing of calories expended.
2018-01-12 Florian ForsterPackage fitbit: Implement the Profile() method.
2018-01-11 Florian ForsterPackage app: Wrap oauth2.TokenSource to ensure datastor...
2018-01-11 Florian ForsterPackage fitbit: Update RefreshToken in Datastore after...
2018-01-10 Florian ForsterPackage fitbit: Fix activity summary URL.
2018-01-10 Florian ForsterMove more logic into the "fitbit" and (new) "app" packages.
2018-01-10 Florian ForsterMore trial-and-error fixes.