circle | R Documentation |
Workhorse function for executing API requests to Circle CI.
circle(
verb = "GET",
path = "",
query = list(),
body = "",
api_version = "v2",
encode = "json"
)
verb |
|
path |
|
query |
|
body |
|
api_version |
|
encode |
|
In almost all cases, users should not need to execute API calls directly. However, if desired this functions makes it possible to issue any API request. If you experience calling a custom request heavily, consider opening a feature request on GitHub.
An object of class circle_api
with the following elements
content
(queried content)
path
(API request)
response
(HTTP response information)
## Not run:
circle(verb = "GET", path = "/project/gh/ropensci/circle/checkout-key")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.