From my quick tests it looks like the API here:
https://beta-api.betfair.com/rest/v1.0/
accepts a JSON request but returns XML - is that correct?
The API here:
https://beta-api.betfair.com/json-rpc/
accepts JSON and returns JSON.
Other than the verbosity of XML, are there any other reasons to prefer one over the other?
I'm using C# and .NET.
https://beta-api.betfair.com/rest/v1.0/
accepts a JSON request but returns XML - is that correct?
The API here:
https://beta-api.betfair.com/json-rpc/
accepts JSON and returns JSON.
Other than the verbosity of XML, are there any other reasons to prefer one over the other?
I'm using C# and .NET.


Comment