gw2v1SkinDetails 
  fun gw2v1SkinDetails(skinId: Int, configure: RequestConfigurer? = null): RequestTemplate<GW2v1SkinDetails>
fun gw2v1SkinDetails(skinId: GW2SkinId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1SkinDetails>
Returns information about the skins in the game.
Authenticated:       No
Paginated:           No
Bulk expanded:       No
Localized:           Yes
Cache time:          1hContent copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:1/skin_details
Return
the request that can be executed to query the API
Parameters
skinId 
the the skin's ID
configure
configure action for the request