ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Move away from using d-fischer's twitch api client #124

Closed ColeWalker closed 3 years ago

ColeWalker commented 4 years ago

This is a large dependency, abstracts authentication away too much, and we rely on abstractions to access the API, which is not ideal since if twitch changes or adds endpoints, it takes longer for us to access those changes.

We should be doing the requests ourselves.

ColeWalker commented 4 years ago

We could probably still use d-fischer's authentication and api client, but make the requests with his "callAPI" helper function.