bgrnwd / fotmob

:soccer: An unofficial JavaScript/TypeScript client for the FotMob API
MIT License
137 stars 18 forks source link

change the methods to async function in order for each request not to… #378

Closed olamarvel closed 1 year ago

olamarvel commented 1 year ago

… return undefined do now the work examples should work fine

olamarvel commented 1 year ago

this wpuld close the issue of the examples not working each class method as been change to an async function so as to remove the self calling function the by giving it the ability to return the value as a promise

bgrnwd commented 1 year ago

Changes included in #404