{"id":29099912,"url":"https://github.com/bcc-code/bmm-sdk-golang","last_synced_at":"2025-10-11T05:06:48.446Z","repository":{"id":278379088,"uuid":"935425498","full_name":"bcc-code/bmm-sdk-golang","owner":"bcc-code","description":"Golang based implementation of the BMM API. Primarily for backend communication","archived":false,"fork":false,"pushed_at":"2025-04-16T23:01:06.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-28T04:49:38.944Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcc-code.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-19T12:28:09.000Z","updated_at":"2025-03-27T08:38:39.000Z","dependencies_parsed_at":"2025-02-19T13:33:20.412Z","dependency_job_id":"2580200a-f076-4862-bce0-a997f6bc8619","html_url":"https://github.com/bcc-code/bmm-sdk-golang","commit_stats":null,"previous_names":["bcc-code/bmm-sdk-golang"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bcc-code/bmm-sdk-golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbmm-sdk-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbmm-sdk-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbmm-sdk-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbmm-sdk-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcc-code","download_url":"https://codeload.github.com/bcc-code/bmm-sdk-golang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbmm-sdk-golang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006334,"owners_count":26084083,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-06-28T17:37:48.213Z","updated_at":"2025-10-11T05:06:48.429Z","avatar_url":"https://github.com/bcc-code.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang SDK for BMM\n\n## Status\n\nThis SDK implements only the things needed by BCC Media at the moment.\nIt is primarily meant for use in the backend.\n\nPRs expanding it are welcome.\n\n## Usage\n\n```go\nimport (\n    \"github.com/bcc-code/bmm-sdk-golang\"\n)\n\nfunc main() {\n    token, err:= bmm.Token(...)\n    if err != nil {\n        panic(err)\n    }\n    \n    client := bmm.NewApiClient(\"http://bmm.base.url\", token)\n}\n```\n\n## Logging\n\nInternally the SDK uses the [slog](https://pkg.go.dev/log/slog) package for logging.\nA custom logger can be set using the `SetLogger(logger *slog.Logger)` method.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fbmm-sdk-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcc-code%2Fbmm-sdk-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fbmm-sdk-golang/lists"}