Antonio Lobato
Antonio Lobato
This CL adds an optional parameter to all API calls that allows the user to specific authentication parameters on a per-call basis. When authentication parameters are passed in, the authentication...
First of all, thank you for your amazing work on this library, it's great! The library in general is written with single-user use cases in mind and doesn't work well...
When creating a client with both an `AppAccessToken` and a `UserAccessToken`, the client favors the `UserAccessToken` over the `AppAccessToken`. However, certain Helix API calls require the use of an `AppAccessToken`,...
Currently in the documentation, a proposed rate limit function is provided as such: ```go func rateLimitCallback(lastResponse *helix.Response) error { if lastResponse.GetRateLimitRemaining() > 0 { return nil } var reset64 int64...
Hello everyone! One of the next major projects we want to tackle is an overhaul of how the section and item layout engine works. Specifically, we want to address the...
Client side streaming support, in particular when used with bidirectional RPC's, allow for a significant reduction in boilerplate for interactive systems, i.e. a chat server. Are there plans to add...
Currently, the main releases on Curse and on the `master` branch do not support Dragonflight. Dragonflight support has been added in the `layout-redesign` branch, and will release in time for...
This CL adds support for Analytics Hub Subscriptions as a resource, which allows users to subscribe to Analytics Hub Listings. **Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource...
### Describe the feature Hi everyone, AdiBags has had an amazing 15 year run or so as the best darn bag addon for WoW. However, over those 15 years, past...
see: https://github.com/typesense/typesense-go/blob/4d2cad02695cd09c26543af066a1219de1522b2f/typesense/api/types_gen.go#L153 Nested structs should not be anonymous structs, as this makes it so the caller needs to define the struct manually in order to pass it in as an...