list_projects: List projects

Description Usage Arguments Details Value See Also Examples

View source: R/endpoints.R

Description

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

Usage

1

Arguments

...

Additional arguments passed to an HTTP request function, such as GET, via circleHTTP.

Details

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

Value

A list of class “circle_projects”, wherein each element is a “circle_project”.

See Also

get_build, list_builds

Examples

1
## Not run: list_projects()

cloudyr/circleci documentation built on May 13, 2019, 8:20 p.m.