module

GitHub::REST::GitHubApps

This model is in preview version! very unstable so it might just not work.

Instance methods

create_app_from_manifest(code : String) : GitHubApp

https://developer.github.com/v3/apps/#create-a-github-app-from-a-manifest

Source
get_github_app(name : String) : GitHubApp
Source
get_this_app(token : String) : GitHubApp

Need a JWT! please see.

Source