{"id":13569486,"url":"https://github.com/traPtitech/go-traq","last_synced_at":"2025-04-04T05:32:48.499Z","repository":{"id":49292265,"uuid":"194991349","full_name":"traPtitech/go-traq","owner":"traPtitech","description":"Go client library for the traQ API.","archived":false,"fork":false,"pushed_at":"2024-07-25T07:14:55.000Z","size":787,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-02T14:06:38.345Z","etag":null,"topics":["traq"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/traPtitech.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}},"created_at":"2019-07-03T06:18:31.000Z","updated_at":"2024-07-25T07:14:57.000Z","dependencies_parsed_at":"2024-01-16T20:24:11.539Z","dependency_job_id":"413261a8-d28f-4be9-9f98-7656a2759d5d","html_url":"https://github.com/traPtitech/go-traq","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/traPtitech%2Fgo-traq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traPtitech%2Fgo-traq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traPtitech%2Fgo-traq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traPtitech%2Fgo-traq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traPtitech","download_url":"https://codeload.github.com/traPtitech/go-traq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223100124,"owners_count":17087387,"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":["traq"],"created_at":"2024-08-01T14:00:40.647Z","updated_at":"2024-11-05T01:32:32.614Z","avatar_url":"https://github.com/traPtitech.png","language":"Shell","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# go-traq\n\n[![Go Reference][godoc-badge]][godoc] [![CI][ci-badge]][ci] [![Update][update-badge]][update]\n\n[godoc]: https://pkg.go.dev/github.com/traPtitech/go-traq\n[godoc-badge]: https://pkg.go.dev/badge/github.com/traPtitech/go-traq.svg\n[ci]: https://github.com/traPtitech/go-traq/actions/workflows/main.yaml\n[ci-badge]: https://github.com/traPtitech/go-traq/actions/workflows/main.yaml/badge.svg\n[update]: https://github.com/traPtitech/go-traq/actions/workflows/release.yaml\n[update-badge]: https://github.com/traPtitech/go-traq/actions/workflows/release.yaml/badge.svg\n\nA client library for the traQ API.\n\nThis package is updated automatically.\n\n## How to use\n\nSee [client.md](./client.md) and [docs/](./docs/) for more information.\n\n```shell\ngo get github.com/traPtitech/go-traq\n```\n\n\u003c!-- markdownlint-disable MD010 --\u003e\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\ttraq \"github.com/traPtitech/go-traq\"\n)\n\nconst TOKEN = \"/* your token */\"\n\nfunc main() {\n\tclient := traq.NewAPIClient(traq.NewConfiguration())\n\tauth := context.WithValue(context.Background(), traq.ContextAccessToken, TOKEN)\n\n\tv, _, _ := client.ChannelApi.\n\t\tGetChannels(auth).\n\t\tIncludeDm(true).\n\t\tExecute()\n\tfmt.Printf(\"%#v\", v)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtraPtitech%2Fgo-traq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FtraPtitech%2Fgo-traq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtraPtitech%2Fgo-traq/lists"}