{"id":18320199,"url":"https://github.com/gedex/go-toggl","last_synced_at":"2025-04-05T22:31:47.524Z","repository":{"id":9352840,"uuid":"11204566","full_name":"gedex/go-toggl","owner":"gedex","description":"Go library for accessing Toggl REST API","archived":false,"fork":false,"pushed_at":"2015-08-29T13:52:07.000Z","size":242,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T15:22:26.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gedex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-05T17:12:58.000Z","updated_at":"2015-10-29T16:42:36.000Z","dependencies_parsed_at":"2022-09-01T12:21:12.145Z","dependency_job_id":null,"html_url":"https://github.com/gedex/go-toggl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-toggl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-toggl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-toggl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-toggl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/go-toggl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411237,"owners_count":20934650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T18:15:31.464Z","updated_at":"2025-04-05T22:31:47.238Z","avatar_url":"https://github.com/gedex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-toggl\n========\n\ngo-toggl is Go library for accessing Toggl API.\n\n**Documentation:** \u003chttp://godoc.org/github.com/gedex/go-toggl/toggl\u003e\n\n**Build Status:** [![Build Status](https://travis-ci.org/gedex/go-toggl.png?branch=master)](https://travis-ci.org/gedex/go-toggl)\n\n## Basic Usage\n\n~~~go\nc := toggl.NewClient(\"YOUR_API_TOKEN\")\n// Get list of workspaces\nws, err := c.Workspaces.List()\nif err != nil {\n\tfmt.Fprintf(os.Stderr, \"Error: %s\\n\", err)\n}\nfor _, w := range ws {\n\tfmt.Println(w.ID, w.Name)\n}\n~~~\n\nPlease see [examples](./examples) for a complete example.\n\n## Credits\n\n* [go-github](https://github.com/google/go-github) in which go-toggl mimics the structure.\n* [Toggl API docs](https://github.com/toggl/toggl_api_docs/)\n\n## License\n\nThis library is distributed under the BSD-style license found in the LICENSE.md file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgo-toggl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fgo-toggl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgo-toggl/lists"}