powered by
Retrieve a list of Circle CI repositories for the authenticated user.
list_projects(repo = github_info()$name, user = github_info()$owner$login)
An object of class circle_api with the following elements
circle_api
content (queried content)
content
path (API request)
path
response (HTTP response information)
response
[character] The repository slug to use. Must follow the "user/repo" structure.
[character]
user/repo
[character] The username for the repository. By default queried using get_user().
get_user()
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.
get_pipelines(), get_workflows(), get_jobs()
get_pipelines()
get_workflows()
get_jobs()
if (FALSE) { list_projects() }
Run the code above in your browser using DataLab