We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, since the last weekend i am having issues with the get_settled_bets function. The months before everyhting was fine.
Here is the code sample and the response: Code: Settled_Bets<-mb_get_settled(session_data=session_details) Response:
Settled_Bets<-mb_get_settled(session_data=session_details)
"Warning/Error in communicating with https://www.matchbook.com/edge/rest/reports/v1/bets/settled"
Edit: Found the bug. The link of the API got changed from: https://www.matchbook.com/edge/rest/reports/v1/bets/settled
to: https://www.matchbook.com/edge/rest/reports/v2/bets/settled"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
since the last weekend i am having issues with the get_settled_bets function. The months before everyhting was fine.
Here is the code sample and the response:
Code:
Settled_Bets<-mb_get_settled(session_data=session_details)
Response:
"Warning/Error in communicating with
https://www.matchbook.com/edge/rest/reports/v1/bets/settled"
Edit: Found the bug. The link of the API got changed from:
https://www.matchbook.com/edge/rest/reports/v1/bets/settled
to:
https://www.matchbook.com/edge/rest/reports/v2/bets/settled"
The text was updated successfully, but these errors were encountered: