org_get: Get an organization

Description Usage Arguments Value Examples

Description

Get an organization

Usage

1
2
org_get(org, api_endpoint = Sys.getenv("GITEA_BASE_URL"),
  gitea_token = Sys.getenv("GITEA_PAT"))

Arguments

org

name of the organization to get

api_endpoint

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

gitea_token

NOTE: we use access_token in the package

Value

list

Examples

1
2
3
4
## Not run: 
org_get("hrbrville")

## End(Not run)

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