Tentacat v1.6.0 Tentacat.App View Source
Link to this section Summary
Link to this section Functions
Link to this function
find(client \\ %Client{}, slug)
View Source
find(client \\ %Client{}, slug)
View Source
find(Tentacat.Client.t(), binary()) :: Tentacat.response()
find(Tentacat.Client.t(), binary()) :: Tentacat.response()
Get info for a single app
Example
Tentacat.App.find "tentacatty"
More info at: https://developer.github.com/v3/apps/#get-a-single-github-app
Link to this function
me(client)
View Source
me(client)
View Source
me(Tentacat.Client.t()) :: Tentacat.response()
me(Tentacat.Client.t()) :: Tentacat.response()
Get info for the authorized app
Example
Tentacat.App.me client
More info at: https://developer.github.com/v3/apps/#get-the-authenticated-github-app