Description Usage Arguments Value See Also Examples
View source: R/toggl-helpers.R
Fetch a list from toggl using the v8 api.
1 | get.toggl.v8(toggl_token, workspace_id, what, verbose = FALSE)
|
toggl_token |
A toggl API token to access https://toggl.com. |
workspace_id |
The workspace id for the wanted workspace. |
what |
What to fetch |
verbose |
A flag to enable more verbose output, Default value: FALSE |
The list (JSON) of clients accessable using toggl_token
from the toggl workspace with id: workspace_id
.
Other get.toggl: get.toggl.clients
,
get.toggl.group.data
,
get.toggl.groups
,
get.toggl.v2.group.details
,
get.toggl.v8.data
1 | get.toggl.v8(Sys.getenv("TOGGL_TOKEN"), Sys.getenv("TOGGL_WORKSPACE"), "clients")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.