repo_search: WIP - Search for repositories

Description Usage Arguments Value Note

Description

WIP - Search for repositories

Usage

1
2
3
repo_search(q, uid, page, limit, mode, exclusive,
  api_endpoint = Sys.getenv("GITEA_BASE_URL"),
  gitea_token = Sys.getenv("GITEA_PAT"))

Arguments

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 uid is given, search only for repos that the user owns

api_endpoint

URL prefix for your gitea server (no trailing '/')

gitea_token

NOTE: we use access_token in the package

Value

something

Note

NOT IMPLEMENTED YET


hrbrmstr/crumpets documentation built on May 4, 2019, 8:40 a.m.