gw2v2RecipesSearchByInput
fun gw2v2RecipesSearchByInput(input: Int, configure: RequestConfigurer? = null): RequestTemplate<List<GW2RecipeId>>
fun gw2v2RecipesSearchByInput(input: GW2ItemId, configure: RequestConfigurer? = null): RequestTemplate<List<GW2RecipeId>>
Returns an array of item IDs for recipes using a given item as ingredient.
Authenticated: No
Paginated: No
Bulk expanded: No
Localized: No
Cache time: N/A
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/recipes/search
Return
the request that can be executed to query the API
Parameters
input
the item ID of the crafting ingredient
configure
configure action for the request