list_projects: List Circle CI Projects

View source: R/general.R

list_projectsR Documentation

List Circle CI Projects

Description

Retrieve a list of Circle CI repositories for the authenticated user.

Usage

list_projects(repo = github_info()$name, user = github_info()$owner$login)

Arguments

repo

⁠[character]⁠
The repository slug to use. Must follow the "user/repo" structure.

user

⁠[character]⁠
The username for the repository. By default queried using get_user().

Details

Retrieves a very detailed list of repository and repo-related information for all Circle CI repository attached to the current user.

This endpoint uses API v1.1 and will probably be removed in the near future.

Value

An object of class circle_api with the following elements

  • content (queried content)

  • path (API request)

  • response (HTTP response information)

See Also

get_pipelines(), get_workflows(), get_jobs()

Examples

## Not run: 
list_projects()

## End(Not run)

pat-s/circle documentation built on Oct. 6, 2023, 2:30 a.m.