gw2v1ItemDetails 
  fun gw2v1ItemDetails(itemId: Int, configure: RequestConfigurer? = null): RequestTemplate<GW2v1ItemDetails>
fun gw2v1ItemDetails(itemId: GW2ItemId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1ItemDetails>
Returns information an item.
Authenticated:       No
Paginated:           No
Bulk expanded:       No
Localized:           Yes
Cache time:          N/AContent copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:1/item_details
Return
the request that can be executed to query the API
Parameters
itemId 
the ID of the item
configure
configure action for the request