Replies: 1 comment
-
HI @Glob23 , As mentioned on https://www.cloudbet.com/api/ the correct hostname/base url for the Cloudbet API endpoints is Please follow our official docs to get the correct information and you should not see such issues, thanks. Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ou're encountering a frustrating issue trying to use the Cloudbet API because the base URL you're using is incorrect. The URL https://api.cloudbet.com/v2/odds/sports points to a file in a storage bucket (Google Cloud Storage), not the actual Cloudbet API endpoint. This is why you're getting a NoSuchKey error. The correct base URL for the Cloudbet REST API is not publicly documented, so you cannot simply construct it. To correct this, you must contact Cloudbet support directly. They are the only ones who can provide you with the correct base URL for their REST API. Once you have the correct URL, you can use the API endpoints and parameters shown in the documentation (like /v2/odds/sports or /v2/odds/sports/{key}) to make your API requests.
hi can anyone help me with my issue thanks
Beta Was this translation helpful? Give feedback.
All reactions