Matched API Client to online API return values and calls:

- added fav_file API call
- added "favorites" value to FileInfo holder
This commit is contained in:
CrushedPixel
2015-05-16 17:44:07 +02:00
parent 7c9b0eb8a7
commit 9a83eba6cf
4 changed files with 16 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ public class ApiMethods {
public static final String get_thumbnail = "get_thumbnail";
public static final String remove_file = "remove_file";
public static final String rate_file = "rate_file";
public static final String fav_file = "fav_file";
public static final String check_auth = "check_auth";
public static final String get_language = "get_language";
}