Very rarely i am seeing missing information from the australian exchange with no reported error. For example (called at approximately 2014-11-11 10:57:08 GMT):
request:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEventTypes","id":"1","params":{"filter":{}, "locale":"en_GB"}}
response:
{"jsonrpc":"2.0","result":[],"id":"1"}
This should be an error. There clearly are event types and the operation succeeds before and after.
request:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEventTypes","id":"1","params":{"filter":{}, "locale":"en_GB"}}
response:
{"jsonrpc":"2.0","result":[],"id":"1"}
This should be an error. There clearly are event types and the operation succeeds before and after.


Comment