get_request | R Documentation |
Submits get requests to the Bamboo API.
get_request(url, key = .get_api_key(), verbose = FALSE)
url |
Character url of the get request. |
key |
Character api key for bambooHR. Register in your account, see authentication for details.
Default value is obtained from |
verbose |
Logical. Should the function provide verbose messaging back on each step? |
A httr::response()
object.
## Not run:
res <- get_request("https://api.bamboohr.com/api/gateway.php/your_company/v1/employees/0/")
httr::content(res, "text")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.