Tentacat v2.2.0 Tentacat.Users.Events View Source

Link to this section 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

Link to this section Functions

List events performed by a user

Example

Tentacat.Users.Events.list "bastos"
Tentacat.Users.Events.list client, "bastos"

More info at: https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user

Link to this function

list_public(client \\ %Client{}, user)

View Source
list_public(Tentacat.Client.t(), binary()) :: Tentacat.response()

List public events performed by a user

Example

Tentacat.Users.Events.list_public "bastos"
Tentacat.Users.Events.list_public client, "bastos"

More info at: https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user

Link to this function

list_received_public(client \\ %Client{}, user)

View Source
list_received_public(Tentacat.Client.t(), binary()) :: Tentacat.response()

List public events that a user has received

Example

Tentacat.Users.Events.list_received_public client, "bastos"

More info at: https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received

Link to this function

list_user_org(client, user, org)

View Source
list_user_org(Tentacat.Client.t(), binary(), binary()) :: Tentacat.response()

List events for an organization

Example

Tentacat.Users.Events.list_user_org client, "bastos", "elixir-lang"

More info at: https://developer.github.com/v3/activity/events/#list-events-for-an-organization