{"id":15435971,"url":"https://github.com/uetchy/go-qiita","last_synced_at":"2025-04-19T18:24:07.206Z","repository":{"id":57498022,"uuid":"41993086","full_name":"uetchy/go-qiita","owner":"uetchy","description":"Go binding for Qiita API v2","archived":false,"fork":false,"pushed_at":"2019-06-20T07:12:31.000Z","size":24,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T11:34:42.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/uetchy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-06T07:28:17.000Z","updated_at":"2021-10-26T23:03:35.000Z","dependencies_parsed_at":"2022-08-28T15:00:25.945Z","dependency_job_id":null,"html_url":"https://github.com/uetchy/go-qiita","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/uetchy%2Fgo-qiita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fgo-qiita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fgo-qiita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fgo-qiita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uetchy","download_url":"https://codeload.github.com/uetchy/go-qiita/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249762281,"owners_count":21321905,"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-10-01T18:47:14.243Z","updated_at":"2025-04-19T18:24:07.185Z","avatar_url":"https://github.com/uetchy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-qiita [![Build Status](https://travis-ci.com/uetchy/go-qiita.svg)](https://travis-ci.com/uetchy/go-qiita)\nGo binding for Qiita API.\n\n## Usage\nThis is simple example of go-qiita using OAuth2 Personal Access Token.\n\n```go\nimport (\n  \"github.com/uetchy/go-qiita/qiita\"\n  \"golang.org/x/oauth2\"\n  \"fmt\"\n)\n\nfunc main() {\n  // Create OAuth2 client\n  ts := oauth2.StaticTokenSource(\u0026oauth2.Token{AccessToken: \"personal access token\"})\n  tc := oauth2.NewClient(oauth2.NoContext, ts)\n\n  // Create Qiita client using OAuth2 adapter\n  client := qiita.NewClient(tc)\n\n  // Fetch articles and print them\n  items, _, _ := client.Items.List(\u0026qiita.ItemsListOptions{Query: \"Alfred\"})\n  fmt.Println(items)\n}\n```\n\n## Document\n\nSee [godoc](http://godoc.org/github.com/uetchy/go-qiita) for further information and instructions.\n\n## Build\n\n```\n$ go get github.com/uetchy/go-qiita\n$ cd $GOPATH/github.com/uetchy/go-qiita\n$ go install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fgo-qiita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuetchy%2Fgo-qiita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fgo-qiita/lists"}