{"id":20688958,"url":"https://github.com/kenzo0107/backlog","last_synced_at":"2025-04-22T15:42:56.572Z","repository":{"id":45013972,"uuid":"264459914","full_name":"kenzo0107/backlog","owner":"kenzo0107","description":"Backlog API in Go","archived":false,"fork":false,"pushed_at":"2024-04-26T00:19:11.000Z","size":257,"stargazers_count":26,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T16:34:18.384Z","etag":null,"topics":["backlog","golang"],"latest_commit_sha":null,"homepage":null,"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/kenzo0107.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"kenzo0107","patreon":"kenzo0107"}},"created_at":"2020-05-16T14:52:56.000Z","updated_at":"2024-10-14T08:28:55.000Z","dependencies_parsed_at":"2024-04-26T01:30:10.773Z","dependency_job_id":"55e18e54-93ce-45e3-bd74-707129b98b0d","html_url":"https://github.com/kenzo0107/backlog","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0107%2Fbacklog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0107%2Fbacklog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0107%2Fbacklog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenzo0107%2Fbacklog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenzo0107","download_url":"https://codeload.github.com/kenzo0107/backlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250270043,"owners_count":21402984,"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":["backlog","golang"],"created_at":"2024-11-16T23:07:38.379Z","updated_at":"2025-04-22T15:42:56.563Z","avatar_url":"https://github.com/kenzo0107.png","language":"Go","funding_links":["https://github.com/sponsors/kenzo0107","https://patreon.com/kenzo0107"],"categories":[],"sub_categories":[],"readme":"Backlog API in Go [![GoDoc](https://godoc.org/github.com/kenzo0107/backlog?status.svg)](https://godoc.org/github.com/kenzo0107/backlog) [![test](https://github.com/kenzo0107/backlog/actions/workflows/test.yml/badge.svg)](https://github.com/kenzo0107/backlog/actions/workflows/test.yml) [![lint](https://github.com/kenzo0107/backlog/actions/workflows/lint.yml/badge.svg)](https://github.com/kenzo0107/backlog/actions/workflows/lint.yml)\n[![codecov](https://codecov.io/gh/kenzo0107/backlog/branch/master/graph/badge.svg)](https://codecov.io/gh/kenzo0107/backlog)\n===============\n\nThis library supports most if not all of the `backlog` REST calls.\n\n\n## Installing\n\n### *go get*\n\n    $ go get -u github.com/kenzo0107/backlog\n\n## Example\n\n### Get my user information\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\n\t\"github.com/kenzo0107/backlog\"\n)\n\nfunc main() {\n\tc := backlog.New(\"YOUR API KEY\", \"YOUR BASE URL\")\n\n\tuser, err := c.GetUserMySelf()\n\tif err != nil {\n\t\tfmt.Printf(\"%s\\n\", err)\n\t\treturn\n\t}\n\tfmt.Printf(\"user ID: %d, Name %s\\n\", user.ID, user.Name)\n}\n```\n\n### Download space icon\n\n```go\nfunc main() {\n\tfile, err := os.Create(\"icon.png\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tdefer file.Close()\n\n\tc := backlog.New(\"YOUR API KEY\", \"YOUR BASE URL\")\n\n\tif err := c.GetSpaceIcon(file); err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n}\n```\n\n## Contributing\n\nYou are more than welcome to contribute to this project. Fork and make a Pull Request, or create an Issue if you see any problem.\n\nBefore making any Pull Request please run the following:\n\n```\nmake pr-prep\n```\n\nThis will check/update code formatting, linting and then run all tests\n\n## License\n\n[MIT License](https://github.com/kenzo0107/backlog/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenzo0107%2Fbacklog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenzo0107%2Fbacklog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenzo0107%2Fbacklog/lists"}