Description Usage Arguments Value Note Examples
List a user's organizations
1 2 | org_list_user_orgs(username, api_endpoint = Sys.getenv("GITEA_BASE_URL"),
gitea_token = Sys.getenv("GITEA_PAT"))
|
username |
username of user |
api_endpoint |
URL prefix for your gitea server (no trailing '/') |
gitea_token |
NOTE: we use |
something
this appears to not be working on the Gitea side
1 2 3 4 | ## Not run:
org_list_user_orgs("hrbrmstr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.