gw2v2RecipesSearchByInput

@JvmName(name = "gw2v2RecipesSearchByInput-Alias")
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

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