Tentacat v0.7.2 Tentacat.Users.Events
Summary
Functions
List events performed by a user
List public events performed by a user
List public events that a user has received
List events for an organization
Functions
Specs
list(binary, Tentacat.Client.t) :: Tentacat.response
List events performed by a user
Example
Tentacat.Users.Events.list "bastos", client
Tentacat.Users.Events.list "bastos"
More info at: https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user
Specs
list_public(binary, Tentacat.Client.t) :: Tentacat.response
List public events performed by a user
Example
Tentacat.Users.Events.list_public "bastos", client
Tentacat.Users.Events.list_public "bastos"
More info at: https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user
Specs
list_received_public(binary, Tentacat.Client.t) :: Tentacat.response
List public events that a user has received
Example
Tentacat.Users.Events.list_received_public "bastos", client
More info at: https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received
Specs
list_user_org(binary, binary, Tentacat.Client.t) :: Tentacat.response
List events for an organization
Example
Tentacat.Users.Events.list_user_org "bastos", "elixir-lang", client
More info at: https://developer.github.com/v3/activity/events/#list-events-for-an-organization