Tentacat v0.7.2 Tentacat.App.Installations
Summary
Functions
Get a specific installation
List installations for the authorized app
Get an authorization token for an installation
Functions
Specs
find(integer, Tentacat.Client.t) :: Tentacat.response
Get a specific installation
Example
Tentacat.App.Installations.find 12, client
More info at: https://developer.github.com/v3/apps/#get-a-single-installation
Specs
list_mine(Tentacat.Client.t) :: Tentacat.response
List installations for the authorized app
Example
Tentacat.App.Installations.list_mine client
More info at: https://developer.github.com/v3/apps/#find-installations
Specs
token(integer, Tentacat.Client.t) :: Tentacat.response
Get an authorization token for an installation
Example
Tentacat.App.Installations.token 12, client
More info at: https://developer.github.com/v3/apps/#create-a-new-installation-token