Package com.cis.gorecipe.service
Interface SpoonacularService
- All Known Implementing Classes:
SpoonacularServiceImpl
public interface SpoonacularService
Interface for SpoonacularServiceImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe Spoonacular identifier for RapidApistatic StringThe API key for the Spoonacular APIstatic HttpClientAn HttpClient for sending POST/GET requests to the Spoonacular APIstatic com.google.gson.GsonA Google JSON Parser object for parsing the results of the Spoonacular API -
Method Summary
-
Field Details
-
APIKEY
The API key for the Spoonacular API -
APIHOST
The Spoonacular identifier for RapidApi- See Also:
- Constant Field Values
-
client
An HttpClient for sending POST/GET requests to the Spoonacular API -
parser
static final com.google.gson.Gson parserA Google JSON Parser object for parsing the results of the Spoonacular API
-
-
Method Details