More trial-and-error fixes.
authorFlorian Forster <ff@octo.it>
Wed, 10 Jan 2018 19:15:43 +0000 (20:15 +0100)
committerFlorian Forster <ff@octo.it>
Wed, 10 Jan 2018 19:15:43 +0000 (20:15 +0100)
commit2a96ce53ec33a7fbd6d5054671ed2dfcc0ff379e
treea4a5a647770ecfc6075b5fa975c1de5683c01efe
parent63c0e25212c8fcd3da763b8f58cd13fc52169f31
More trial-and-error fixes.

* datastore.Key.Encode is too long for a subscriber ID, which appears
  limited to 50 characters / bytes.
* Use UUID as subscriber ID.
* Rename fitbitNotification to fitbitSubscription.
* Implement parsing of the "activity summary" in a separate package.
fitbit/fitbit.go [new file with mode: 0644]
gfitsync.go