Description Usage Arguments Value Examples
Get the authenticated user
1 2 | user_get_current(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 |
list
1 2 3 4 | ## Not run:
user_get_current()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.