paquettg / leaguewrap

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

StaticData #53

Closed leandrosandmann closed 9 years ago

leandrosandmann commented 9 years ago

How can I configure Leaguewrap to get the static data from my local server?

dnlbauer commented 9 years ago

Leaguewrap is written as a wrapper around the official api. What you request isn't really in the scope of what it is written for.

You could go into the source and change the URL to point to your local server though.

leandrosandmann commented 9 years ago

No problem. Only change the request. It would be nice to have a method to set it!