WP-API / docs-v2

Documentation for version 2 of the API
http://v2.wp-api.org
58 stars 76 forks source link

XML Response #194

Closed nunofmendes closed 7 years ago

nunofmendes commented 7 years ago

Hi,

I know this is to mainly use JSON as a response, but is there a way to modify the response so it is XML?

One of my requests, has to be responded in XML.

Thanks in advance!

rmccue commented 7 years ago

There is, although it's not encouraged too much. WordPress core itself does this for oEmbed responses with the _oembed_rest_pre_serve_request() function.