Stateford / twitch-api

Easy node interaction with the twitch API, using promises
https://www.npmjs.com/package/twitch.tv-api
6 stars 7 forks source link

fixed getUser to v5 #8

Closed Stateford closed 7 years ago

Stateford commented 7 years ago

5

Fixed the .getUser method and updated JSDocs. With my tests this works like the old v3 used to.

Stateford commented 7 years ago

I'm going to split the function in two. getUserById and getUserByName.

It makes more sense to offer both.

Stateford commented 7 years ago

I'm going to merge for now. I will split these into two different functions soon, and may look into strict enforcing of types.