ColeWalker / twitch-graphql

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

Mock twitch api data for tests rather than ping it #105

Closed ColeWalker closed 4 years ago

ColeWalker commented 4 years ago

nock js is a possible library. Current way is subject to rate limiting from twitch as we expand the application.

ColeWalker commented 4 years ago

nock seems best choice, but this will be a long issue.