Description Usage Arguments Value Note
WIP - Search for repositories
1 2 3 | repo_search(q, uid, page, limit, mode, exclusive,
api_endpoint = Sys.getenv("GITEA_BASE_URL"),
gitea_token = Sys.getenv("GITEA_PAT"))
|
q |
keyword |
uid |
search only for repos that the user with the given id owns or contributes to |
page |
page number of results to return (1-based) |
limit |
page size of results, maximum page size is 50 |
mode |
type of repository to search for. Supported values are "fork", "source", "mirror" and "collaborative" |
exclusive |
if |
api_endpoint |
URL prefix for your gitea server (no trailing '/') |
gitea_token |
NOTE: we use |
something
NOT IMPLEMENTED YET
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.