Xml
XML
Content type XML |
---|
| g.res.contentType = T.EContentType.XML;
return "Hello world from the API Maker.";
|
Response
<?xml version='1.0'?>
<root>
<success>true</success>
<statusCode>200</statusCode>
<data>Hello world from the API Maker.</data>
</root>