public RecipesList (Client client) { records = new RecordsList ("ingest_recipes", client); Page = new List<Recipe>(); }
public static IEnumerable<Recipe> EachItem(Client client) { return RecipesList.EachItem (new Dictionary<string, string> (), client); }
public static RecipesList Paginate(Client client){ return RecipesList.Paginate (new Dictionary<string, string> (), client); }