list_projects | R Documentation |
Retrieve a list of Circle CI repositories for the authenticated user.
list_projects(repo = github_info()$name, user = github_info()$owner$login)
repo |
|
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.
An object of class circle_api
with the following elements
content
(queried content)
path
(API request)
response
(HTTP response information)
get_pipelines()
, get_workflows()
, get_jobs()
## Not run:
list_projects()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.