New API-NG Release - 3rd February 2014
This release is now live and contains the following updates:
The release includes the following change. As a result you may need to update your code/error handling once the release is live to avoid breaking your application.
Error Handling Change
The errorDetails and errorCode will be updated for the ‘Forbidden : DSC-0037’ (Subscription Required) error as shown below:
Old error:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0006","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"Forbidden : DSC-0037","errorCode":"UNEXPECTED_ERROR","requestUUID" :"nxtang002-12181738-0000028fee"}}},"id":1}]
New error:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0007","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"The application key passed is invalid","errorCode":"INVALID_APP_KEY","requestUUI D":"ev3ang003-12231112-0000000507"}}},"id":1}]
- listMarketProfitAndLoss – New operation to return the profit and loss value per market.
The release includes the following change. As a result you may need to update your code/error handling once the release is live to avoid breaking your application.
Error Handling Change
The errorDetails and errorCode will be updated for the ‘Forbidden : DSC-0037’ (Subscription Required) error as shown below:
Old error:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0006","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"Forbidden : DSC-0037","errorCode":"UNEXPECTED_ERROR","requestUUID" :"nxtang002-12181738-0000028fee"}}},"id":1}]
New error:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0007","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"The application key passed is invalid","errorCode":"INVALID_APP_KEY","requestUUI D":"ev3ang003-12231112-0000000507"}}},"id":1}]
[B]Betfair Developers Program[/B]