It is the demo of alexa skill
It is demonstrate the connection to RESTful service. The skill helps you to find the best recipes of coctail.
Main functions: find the the recipes of the coctails by name find the the recipes of the non alcoholic coctails by name find the the recipes of the coctails by ingredient find the the description of ingredient find the the recipes of random coctail
the api is: Search cocktail by name http://www.thecocktaildb.com/api/json/v1/1/search.php?s=margarita
Search ingredient by name http://www.thecocktaildb.com/api/json/v1/1/search.php?i=vodka
Lookup full cocktail details by id http://www.thecocktaildb.com/api/json/v1/1/lookup.php?i=15112
Lookup a random cocktail http://www.thecocktaildb.com/api/json/v1/1/random.php
Search by ingredient http://www.thecocktaildb.com/api/json/v1/1/filter.php?i=Gin http://www.thecocktaildb.com/api/json/v1/1/filter.php?i=Vodka
Search by alcoholic? http://www.thecocktaildb.com/api/json/v1/1/filter.php?a=Alcoholic http://www.thecocktaildb.com/api/json/v1/1/filter.php?a=Non_Alcoholic
Filter by Category http://www.thecocktaildb.com/api/json/v1/1/filter.php?c=Ordinary_Drink http://www.thecocktaildb.com/api/json/v1/1/filter.php?c=Cocktail
Filter by Glass http://www.thecocktaildb.com/api/json/v1/1/filter.php?g=Cocktail_glass http://www.thecocktaildb.com/api/json/v1/1/filter.php?g=Champagne_flute
List the categories, glasses, ingredients or alcoholic filters http://www.thecocktaildb.com/api/json/v1/1/list.php?c=list http://www.thecocktaildb.com/api/json/v1/1/list.php?g=list http://www.thecocktaildb.com/api/json/v1/1/list.php?i=list http://www.thecocktaildb.com/api/json/v1/1/list.php?a=list
images: http://www.thecocktaildb.com/images/ingredients/ice-Small.png (100x100 pixels) http://www.thecocktaildb.com/images/ingredients/ice-Medium.png (350x350 pixels) http://www.thecocktaildb.com/images/ingredients/ice.png (700x700 pixels)