basic api functuinality added, still needs debugging
This commit is contained in:
@@ -5,5 +5,5 @@ import whattocook.models.Item;
|
||||
public interface ApiService {
|
||||
String getForIngridients(Iterable<Item> items, int number) throws java.io.IOException, InterruptedException;
|
||||
|
||||
String getRandom(int number, java.util.List<String> tags) throws java.io.IOException, InterruptedException;
|
||||
String getRandom(java.util.List<String> tags, int number) throws java.io.IOException, InterruptedException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user