eklypss / PUBGSharp

C# wrapper for PUBG stats API
25 stars 14 forks source link

Refactored code and implemented throttling #6

Closed AeonLucid closed 7 years ago

AeonLucid commented 7 years ago

Tracker network appreciates it if you stay at ~1 request per second, so I built it in the library. Changes should be backwards compatible with old code except for namespace changes.

If you have questions regarding the PR, let me know and I'll try to answer them.