Repository for the Walters Art Museum collections API. This API provides images and data about objects in the collection of the Walters Art Museum in Baltimore, Maryland.
I'd like to clarify the bit of documentation about response types. However, I'm not entirely clear on how they work.
I tried, in the sandbox to add the header "Accept: application/xmlto a few different calls, but I never managed to get xml in response. I also tried adding.xmlto the end of the URL but still I could not get XML in response. In the sandbox, I also tried using theGET v1/objects/{id}.xml`
@johnbabb can you help to clarify how this should work, and how best to explain it to users?
I'd like to clarify the bit of documentation about response types. However, I'm not entirely clear on how they work.
I tried, in the sandbox to add the header "Accept: application/xml
to a few different calls, but I never managed to get xml in response. I also tried adding
.xmlto the end of the URL but still I could not get XML in response. In the sandbox, I also tried using the
GET v1/objects/{id}.xml`@johnbabb can you help to clarify how this should work, and how best to explain it to users?