You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support default API rate limiting policy with Polly (#46)
- Add new `IGDBClient.CreateWithDefaults` static helper to create an IGDB client configured with all the defaults
- Add default Polly API policy to `IGDB.ApiPolicy` static class and `DefaultApiPolicy` async policy
- Add an overload for passing an `IAsyncPolicy<HttpResponseMessage>` to the client constructor