module GitHub::REST::GitHubApps

Overview

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

Direct including types

Defined in:

githubcr/rest.cr

Instance Method Summary

Instance Method Detail

def create_app_from_manifest(code : String) : GitHubApp #

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


[View source]
def get_github_app(name : String) : GitHubApp #

[View source]
def get_this_app(token : String) : GitHubApp #

Need a JWT! please see.


[View source]