Description Usage Arguments Value See Also Examples
API path and method to get repository information
1 | github_api_get(owner, repo)
|
owner |
GitHub login or organization name. |
repo |
Repository name. |
List consisting of path and HTTP method (GET).
https://developer.github.com/v3/repos/#get
1 | github_api_get(owner = "me", repo = "myrepo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.