paquettg / leaguewrap

League of Legend API wrapper
MIT License
67 stars 28 forks source link

Request: Allow asynchronous call #33

Closed honux closed 9 years ago

honux commented 10 years ago

Is there a way to add asynchronous call on the API? Sometimes I do more than one API call and it would be awesome.

BTW:: Great job on the API.

dnlbauer commented 10 years ago

I think developers should handle this on their own. If you need asynchronous calls you can always do those calls in seperate threads.

paquettg commented 9 years ago

After talking with some colleges I have to agree with @danijoo. Making the system async is best left to the developer and how ever they choose to implement such a feature, be it by calling a url, by running multiple script, or what ever.