rest - How to get Register Graph API results in XML format? -
at register graph api documentation site (https://developers.ir.ee/graph-api) there examples getting request responses rest service in json format. there support xml?
add suffix .xml end of requests such in following (if basic query https://graph.ir.ee/organizations/ee-10722958/members):
curl -d- -x -h "authorization: basic xxxxx" -h "content-type: application/xml" https://graph.ir.ee/organizations/ee-10722958/members.xml
Comments
Post a Comment