{"id":26426631,"url":"https://github.com/yarlson/go-cbsd","last_synced_at":"2025-08-25T20:08:50.416Z","repository":{"id":53177819,"uuid":"277529887","full_name":"yarlson/go-cbsd","owner":"yarlson","description":"CBSD golang library","archived":false,"fork":false,"pushed_at":"2021-04-02T09:36:48.000Z","size":33,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T10:50:25.018Z","etag":null,"topics":["cbsd","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yarlson.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-07-06T11:59:52.000Z","updated_at":"2022-01-03T11:31:13.000Z","dependencies_parsed_at":"2022-09-14T09:52:21.591Z","dependency_job_id":null,"html_url":"https://github.com/yarlson/go-cbsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yarlson/go-cbsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yarlson%2Fgo-cbsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yarlson%2Fgo-cbsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yarlson%2Fgo-cbsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yarlson%2Fgo-cbsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yarlson","download_url":"https://codeload.github.com/yarlson/go-cbsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yarlson%2Fgo-cbsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272124753,"owners_count":24877720,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cbsd","golang"],"created_at":"2025-03-18T03:34:09.454Z","updated_at":"2025-08-25T20:08:50.357Z","avatar_url":"https://github.com/yarlson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-cbsd\n![Build](https://github.com/yarlson/go-cbsd/workflows/Build/badge.svg)\n\ngo-cbsd is a Go client library for managing [CBSD](https://github.com/cbsd/cbsd).\n\n## Installation\n\n```shell script\ngo get -u github.com/yarlson/go-cbsd\n```\n\n## Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yarlson/go-cbsd\"\n)\n\nfunc main() {\n\tc := cbsd.NewCBSD()\n\tbHyves, err := c.BHyve.List()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfor _, bHyve := range bHyves {\n\t\tfmt.Println(bHyve.JName)\n\t}\n}\n\n```\n\nThe project is under heavy active development, feel free to create a fork and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyarlson%2Fgo-cbsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyarlson%2Fgo-cbsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyarlson%2Fgo-cbsd/lists"}