gw2v1RecipeDetails
fun gw2v1RecipeDetails(recipeId: Int, configure: RequestConfigurer? = null): RequestTemplate<GW2v1RecipeDetails>
fun gw2v1RecipeDetails(recipeId: GW2RecipeId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1RecipeDetails>
Returns information about the recipes in the game.
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:1/recipe_details
Return
the request that can be executed to query the API
Parameters
recipeId
the recipe's ID
configure
configure action for the request