ccorsano / BlipBloopBot

MIT License
1 stars 0 forks source link

API: expose Fluent APIs for Twitch / IGDB #1

Closed ccorsano closed 3 years ago

ccorsano commented 3 years ago

Once the Twitch client is functional, consider refactoring it as a Fluent API.

Inspiration could be Azure Fluent, with an extension methods-based approach, and a single Authentication interface usable by both the Twitch API, Twitch IRC and IGDB clients.

ccorsano commented 3 years ago

Twitch and IGDB now refactored as fluent. For IRC using OAuth token directly, still have to figure out if the abstractions are a good fit.

ccorsano commented 3 years ago

Dealt with IRC client as well