gw2v2RecipesSearchByOutput   
  fun gw2v2RecipesSearchByOutput(output: Int, configure: RequestConfigurer? = null): RequestTemplate<List<GW2RecipeId>>
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/AContent 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
output
the item ID of the crafting result
configure
configure action for the request