Tentacat v0.7.2 Tentacat.Issues.Events
Summary
Functions
Get a single event on an issue by its id
List events on an issue
List all events on issues for a repository
Functions
Specs
find(binary, binary, binary | integer, Tentacat.Client.t) :: Tentacat.response
Get a single event on an issue by its id.
Example
Tentacat.Issues.Events.find "elixir-lang", "elixir", 882148
More info at: https://developer.github.com/v3/issues/events/#get-a-single-event
Specs
list(binary, binary, binary | integer, Tentacat.Client.t) :: Tentacat.response
List events on an issue.
Example
Tentacat.Issues.Events.list "elixir-lang", "elixir", 3970
More info at: https://developer.github.com/v3/issues/events/#list-events-for-an-issue
Specs
list_all(binary, binary, Tentacat.Client.t) :: Tentacat.response
List all events on issues for a repository.
Example
Tentacat.Issues.Events.list_all "elixir-lang", "elixir"
More info at: https://developer.github.com/v3/issues/events/#list-events-for-a-repository