johnwmillr / SportradarAPIs

Python wrapper for the Sportradar APIs ⚽️🏈
MIT License
47 stars 19 forks source link

Add Rugby Wrapper #9

Closed skoudoro closed 3 years ago

skoudoro commented 3 years ago

Hi @johnwmillr,

Thank you for this useful package.

This adds wrapper methods for the Rugby set of APIs on Sportradar.

Is it possible to cut a release and push it on PyPI after merging this PR?

Let me know if there is anything to update on this PR.

Thank you

johnwmillr commented 3 years ago

Thank you for your PR, @skoudoro! I removed the get_season_leaders endpoint as its unit test was failing, and I couldn't find that endpoint listed in Sportradar's API sandbox. I also fixed a few of my own failing tests.

I'll get this new version of the package with your code uploaded to PyPI this evening. Please feel free to contribute again in the future!

All the best, John

johnwmillr commented 3 years ago

The release is live on PyPI. Thank you for your contribution!

skoudoro commented 3 years ago

Great! Thank you for the release!