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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -