{"id":28664733,"url":"https://github.com/satraul/bca-go","last_synced_at":"2025-06-13T13:10:07.542Z","repository":{"id":57540248,"uuid":"289140239","full_name":"satraul/bca-go","owner":"satraul","description":"KlikBCA Client SDK for Go","archived":false,"fork":false,"pushed_at":"2022-11-29T04:07:25.000Z","size":58,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-27T22:36:19.986Z","etag":null,"topics":["bca","go"],"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/satraul.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":"2020-08-21T00:34:46.000Z","updated_at":"2022-11-29T03:33:16.000Z","dependencies_parsed_at":"2022-09-26T18:31:07.584Z","dependency_job_id":null,"html_url":"https://github.com/satraul/bca-go","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"purl":"pkg:github/satraul/bca-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satraul%2Fbca-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satraul%2Fbca-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satraul%2Fbca-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satraul%2Fbca-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satraul","download_url":"https://codeload.github.com/satraul/bca-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satraul%2Fbca-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259650955,"owners_count":22890385,"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":["bca","go"],"created_at":"2025-06-13T13:09:55.267Z","updated_at":"2025-06-13T13:10:07.484Z","avatar_url":"https://github.com/satraul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bca-go\n\ngo-bca is the (unofficial) BCA SDK for the Go programming language.\n\nThis SDK was kickstarted by the [OpenAPI Generator](https://openapi-generator.tech) project.\n\n## Installation\n\n```shell\ngo get github.com/satraul/bca-go\n```\n\n## Usage\n\n```golang\nimport (\n    \"log\"\n\n    bca \"github.com/satraul/bca-go\"\n)\n\nfunc main() {\n    api := bca.NewAPIClient(bca.NewConfiguration())\n    auth, err := api.Login(ctx, \"username\", \"password\", \"1.2.3.4\")\n    if err != nil {\n        panic(err)\n    }\n\n    balance, err := api.BalanceInquiry(ctx, auth)\n    if err != nil {\n        panic(err)\n    }\n    log.Printf(\"%+v\\n\", balance)\n\n    if err := api.Logout(ctx, auth); err != nil {\n        panic(err)\n    }\n}\n```\n\nSee the a full example at [example/example.go](example/example.go).\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://m.klikbca.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*BCAApi* | [**AccountStatementView**](docs/BCAApi.md#accountstatementview) | **Post** /accountstmt.do?value(actions)\u0026#x3D;acctstmtview | AccountStatementView\n*BCAApi* | [**BalanceInquiry**](docs/BCAApi.md#balanceinquiry) | **Post** /balanceinquiry.do | BalanceInquiry\n*BCAApi* | [**Login**](docs/BCAApi.md#login) | **Post** /authentication.do | Login\n*BCAApi* | [**Logout**](docs/BCAApi.md#logout) | **Get** /authentication.do?value(actions)\u0026#x3D;logout | Logout\n\n## Documentation For Authorization\n\n[**Login**](docs/BCAApi.md#login) will return session cookies ([]*http.Cookie) that are used for auth in all other endpoints.\n\n## Contributing\n\nPull requests are welcome.\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatraul%2Fbca-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatraul%2Fbca-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatraul%2Fbca-go/lists"}