{"id":21535397,"url":"https://github.com/rocketbase-io/toggl-api-v9","last_synced_at":"2026-02-03T18:32:52.917Z","repository":{"id":243442433,"uuid":"812437093","full_name":"rocketbase-io/toggl-api-v9","owner":"rocketbase-io","description":"java toggl-api-v9 version with use of spring RestClient","archived":false,"fork":false,"pushed_at":"2024-06-10T18:43:19.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T04:40:04.876Z","etag":null,"topics":["api-client","restclient","spring","toggl"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rocketbase-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-08T22:21:54.000Z","updated_at":"2025-10-10T08:19:14.000Z","dependencies_parsed_at":"2024-06-09T00:03:11.661Z","dependency_job_id":"0c3f3ce7-a860-4328-a8c5-0fad7dd6c75a","html_url":"https://github.com/rocketbase-io/toggl-api-v9","commit_stats":null,"previous_names":["rocketbase-io/toggl-api-v9"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rocketbase-io/toggl-api-v9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbase-io%2Ftoggl-api-v9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbase-io%2Ftoggl-api-v9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbase-io%2Ftoggl-api-v9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbase-io%2Ftoggl-api-v9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketbase-io","download_url":"https://codeload.github.com/rocketbase-io/toggl-api-v9/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbase-io%2Ftoggl-api-v9/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29052632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","restclient","spring","toggl"],"created_at":"2024-11-24T03:15:04.137Z","updated_at":"2026-02-03T18:32:52.903Z","avatar_url":"https://github.com/rocketbase-io.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toggl-api-v9\n\n![build](https://github.com/rocketbase-io/toggl-api-v9/actions/workflows/ci.yml/badge.svg)\n[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.toggl/toggl-api-v9)](https://central.sonatype.com/artifact/io.rocketbase.toggl/toggl-api-v9/versions)\n\nJava RestClients for Toggl APIv9\n\nFeatures:\n\n- [X] Major Track API\n- [X] Report Detail API\n- [ ] Only mainly major path is implemented\n\n## designed\n\nIt's desinged in a fluent mapper. Starting from **TogglApi** your can navigate to track / report api... After that you\ncan go to the different resources and their metheods\n\n## usage\n\n````xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.rocketbase.toggl\u003c/groupId\u003e\n    \u003cartifactId\u003etoggl-api-v9\u003c/artifactId\u003e\n    \u003cversion\u003e${CURRENT_VERSION}\u003c/version\u003e\n\u003c/dependency\u003e\n````\n\n````java\nimport io.rocketbase.toggl.TogglApi;\nimport io.rocketbase.toggl.TogglApiRest;\nimport io.rocketbase.toggl.TogglConfig;\n\nTogglApi togglApi = new TogglApiRest(new TogglConfig(\"api-token-xxx\"));\nMeDto response = togglApi.track()\n        .me()\n        .get();\n````\n\nLibrary needs as dependency:\n\n- spring-web\n- jackson-databind\n- jackson-datatype-jsr310\n\nhave been marked as provided to go with your project's spring-versions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbase-io%2Ftoggl-api-v9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketbase-io%2Ftoggl-api-v9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbase-io%2Ftoggl-api-v9/lists"}