gw2v2RecipesSearchByOutput

@JvmName(name = "gw2v2RecipesSearchByOutput-Alias")
fun gw2v2RecipesSearchByOutput(output: GW2ItemId, configure: RequestConfigurer? = null): RequestTemplate<List<GW2RecipeId>>

Returns an array of item IDs for recipes to craft a given item.

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

output

the item ID of the crafting result

configure

configure action for the request