Tentacat v0.6.0 Tentacat.Users.Starring
Summary
Functions
List starred repositories for the authenticated user
List starred repositories for given user
Functions
Specs
starred(Tentacat.Client.t) :: Tentacat.response
List starred repositories for the authenticated user
Example
Tentacat.Users.Starring.starred client
More info at: https://developer.github.com/v3/activity/starring/#list-repositories-being-starred
Specs
starred(binary, Tentacat.Client.t) :: Tentacat.response
List starred repositories for given user
Example
Tentacat.Users.Starring.starred "edgurgel", client
More info at: https://developer.github.com/v3/activity/starring/#list-repositories-being-starred