Returns an array of clothing items that the service uses to make up all the outfits
.
{server_url}/clothing
None
None
None
[
{
"name": "sneakers",
"type": "footwear",
"color": "white",
"description": "Trusty pair of shoes",
"outfits": ["picnic outfit"],
"id": 11
},
]
Status value | Return status | Description |
---|---|---|
200 | Success | Requested data updated successfully |
404 | Error | Specified task record not found |
ECONNREFUSED | N/A | Service is offline. Start the service and try again. |