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

@@ -0,0 +1,17 @@
package manage;
import com.google.api.client.util.Key;
import java.util.List;
public class UserData {
@Key
public List<Data> list;
/*
@Key
public int limit;
@Key("has more")
public boolean hasMore;*/ //don't think are needed
}