Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24,291 changes: 24,291 additions & 0 deletions measure.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions project.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# This is the configuration used locally.
# This should not be commited (by default it is ignored by git)

[withings_api_example]
account_withings_url = https://account.withings.com
wbsapi_withings_url = https://wbsapi.withings.net
client_id = 0f985c9465c5295a2b5f3d05ee48c0295f52dbff3d6004b83b317c268cff8eab

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GradientCrux Looks like you have upload your secret keys. I do not think this is a good idea

customer_secret = a8aac3044dd5afc77fcb97b19fcf7ef20245e9854a3395e7b7a63221b7223efa
state = phils_app
callback_uri = http://localhost:5000/get_token
Loading