rozzac90 / matchbook

Python wrapper for Matchbook API
MIT License
15 stars 11 forks source link

Add sports constants. #10

Open csimmons0 opened 6 years ago

csimmons0 commented 6 years ago

Add constants for the values that Matchbook returns from the "sports" endpoint. Matchbook has guaranteed that these values will remain constant; see https://developers.matchbook.com/discuss/5b6a348459beb90003ca2933.

I wasn't sure how to integrate the test with the framework that the rest of the library is using, as I'm unfamiliar with that framework.