redbeed/OpenOverlay

Profile picture helper

Closed this issue · 2 comments

Add a helper to retrieve the profile picture on twitch for the user.

As I already said I like this idea of small helpers.
I will try to add some, that will handle all the requests and cases to get same information about a user.

I created a function in the UsersClient where you can get the User data of a user by name or id.
Example:

$client = new UsersClient();
$users = $client->byUsername('movrs');