View Source Tentacat.App (Tentacat v2.4.0)
Summary
Functions
@spec 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
@spec 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