R/client.R
create_client.Rd
create a client
create_client(name = "wihtout client", api_token = get_toggl_api_token(), workspace_id = get_workspace_id(api_token))
client name
the toggl api token
workspace id
if (FALSE) { get_toggl_api_token()# set your api token here create_client("new client") }