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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user