ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Leverage srcgen metadata information for sending Helix API requests #79

Closed ErisApps closed 1 year ago

ErisApps commented 1 year ago

According to this issue on the .NET runtime repo, it is already somewhat possible to provide JsonContent.Create with source generated metadata. CatCore should try to leverage this in the Twitch Helix API service implementation.