This module provides a Nit object oriented interface to access the Github api.
[[doc: GithubAPI]]
[[doc: auth]]
Token can also be recovered from user config with get_github_oauth
.
[[doc: get_github_oauth]]
[[doc: load_user]] [[doc: User]] [[defs: User]]
[[doc: load_repo]] [[doc: Repo]] [[defs: Repo]]
[[defs: github::api]]
[[doc: cache]]
[[doc: github::GithubAPI::get]]
[[doc: github::GithubAPI::user_agent]]
[[doc: verbose_lvl]]
If URL scheme of GitLab API follows the one of Github API, it may be possible to configure this wrapper to use a custom URL.
[[doc: api_url]]
Using this API you can create Github hooks able to respond to actions performed on a repository.
[[doc: hooks]]
GithubAPI can trigger different events depending on the hook configuration.
[[doc: GithubEvent]]
[[defs: github::events]]