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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -