Added classes for manage authentication and retrieve data to/from fitbit... but the code needs some mods!

This commit is contained in:
Giulia
2018-05-29 18:18:13 +02:00
parent 0949ce4299
commit cd65149211
9 changed files with 346 additions and 59 deletions

View File

@@ -18,5 +18,8 @@ dependencies {
compile "com.google.code.gson:gson:2.8.0"
// compile "org.xerial:sqlite-jdbc:3.15.1"
compile 'org.apache.httpcomponents:httpclient:4.5.3'
compile 'com.google.api-client:google-api-client:1.23.0'
compile group: 'com.google.oauth-client', name: 'google-oauth-client-jetty', version: '1.11.0-beta'
}