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

find(installation_id, client)

Specs

Get a specific installation

Example

Tentacat.App.Installations.find 12, client

More info at: https://developer.github.com/v3/apps/#get-a-single-installation

list_mine(client)

Specs

List installations for the authorized app

Example

Tentacat.App.Installations.list_mine client

More info at: https://developer.github.com/v3/apps/#find-installations

token(installation_id, client)

Specs

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