Skip to content

Instantly share code, notes, and snippets.

@kgravenreuth
Created January 5, 2022 06:07
Show Gist options
  • Save kgravenreuth/3cdf3f7a2f785b876fc3fd65266ea094 to your computer and use it in GitHub Desktop.
Save kgravenreuth/3cdf3f7a2f785b876fc3fd65266ea094 to your computer and use it in GitHub Desktop.
Cloudbet Market Helper getSport function
function getSport(sportKey) {
return fetch(`https://sports-api.cloudbet.com/pub/v2/odds/sports/${sportKey}`, {
headers: {
"X-Api-Key": "",
"cache-control": "max-age=600"
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment