Description Usage Arguments Value Examples
List the repos that the authenticated user owns or has access to
1 2 | user_current_list_repos(api_endpoint = Sys.getenv("GITEA_BASE_URL"),
gitea_token = Sys.getenv("GITEA_PAT"))
|
api_endpoint |
URL prefix for your gitea server (no trailing '/') |
gitea_token |
NOTE: we use |
data frame
1 2 3 4 | ## Not run:
user_current_list_repos()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.