{"id":17560031,"url":"https://github.com/knsh14/go-bankcode","last_synced_at":"2025-03-29T10:23:49.892Z","repository":{"id":57565759,"uuid":"338071832","full_name":"knsh14/go-bankcode","owner":"knsh14","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-15T05:02:20.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T04:30:09.438Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knsh14.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}},"created_at":"2021-02-11T15:39:28.000Z","updated_at":"2021-02-15T05:02:22.000Z","dependencies_parsed_at":"2022-09-03T11:21:18.042Z","dependency_job_id":null,"html_url":"https://github.com/knsh14/go-bankcode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knsh14%2Fgo-bankcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knsh14%2Fgo-bankcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knsh14%2Fgo-bankcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knsh14%2Fgo-bankcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knsh14","download_url":"https://codeload.github.com/knsh14/go-bankcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246169442,"owners_count":20734659,"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-21T11:09:26.434Z","updated_at":"2025-03-29T10:23:49.860Z","avatar_url":"https://github.com/knsh14.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-bankcode\n---\n\n![CI](https://github.com/knsh14/go-bankcode/workflows/CI/badge.svg)\n[![Go Reference](https://pkg.go.dev/badge/github.com/knsh14/go-bankcode.svg)](https://pkg.go.dev/github.com/knsh14/go-bankcode)\n\n# About\nunofficial [bankcode API]( https://bankcode-jp.com/ ) client for Go\n\n# Example\n\n```\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/knsh14/go-bankcode\"\n)\n\nfunc main() {\n\tclient, err := bankcode.NewClient(bankcode.WithAPIKey(\"BANKCODE_API_KEY\"))\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tbanks, err := client.ListBanks(context.Background(), \u0026ListParameter{\n\t\tLimit: 10,\n\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tif len(banks.Data) \u003e 0 {\n\t\tfor _, bank := range banks.Data {\n\t\t\tfmt.Println(bank.Code, bank.Name)\n\t\t}\n\t}\n}\n```\n\n# License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknsh14%2Fgo-bankcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknsh14%2Fgo-bankcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknsh14%2Fgo-bankcode/lists"}