nkl-kst / the-sports-db

PHP library to get sports data from TheSportsDB (https://www.thesportsdb.com)
MIT License
22 stars 3 forks source link

League lookup exception #17

Closed nkl-kst closed 3 years ago

nkl-kst commented 3 years ago

League lookup throws an exception if league ID does not exist. The league serializer should be aware of null returned by the API.

nkl-kst commented 3 years ago

Fixed by #18