{"id":20679036,"url":"https://github.com/musingstudio/go-subclub","last_synced_at":"2025-10-09T16:03:06.801Z","repository":{"id":255760349,"uuid":"853481713","full_name":"musingstudio/go-subclub","owner":"musingstudio","description":"A Go (golang) library for the sub.club API","archived":false,"fork":false,"pushed_at":"2024-10-08T19:57:08.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T04:29:50.408Z","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/musingstudio.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}},"created_at":"2024-09-06T18:39:23.000Z","updated_at":"2024-10-08T19:55:25.000Z","dependencies_parsed_at":"2024-10-20T11:11:36.531Z","dependency_job_id":null,"html_url":"https://github.com/musingstudio/go-subclub","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"417838665d5e21eb10b13c44a4d8b2541065d0fa"},"previous_names":["musingstudio/go-subclub"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musingstudio%2Fgo-subclub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musingstudio%2Fgo-subclub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musingstudio%2Fgo-subclub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musingstudio%2Fgo-subclub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musingstudio","download_url":"https://codeload.github.com/musingstudio/go-subclub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242652739,"owners_count":20163933,"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-11-16T21:23:42.108Z","updated_at":"2025-10-09T16:03:01.764Z","avatar_url":"https://github.com/musingstudio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-subclub\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/musingstudio/go-subclub.svg)](https://pkg.go.dev/github.com/musingstudio/go-subclub)\n\nA Go (golang) library for interacting with the [sub.club](https://sub.club) API.\n\n## Example Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/musingstudio/go-subclub\"\n)\n\nfunc main() {\n\tc := subclub.NewClient(\"YOUR SUB.CLUB KEY\")\n\n\tp, err := c.Post(\u0026subclub.PostParams{\n\t\tContent: \"This is my premium post\",\n\t})\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n\n\tfmt.Printf(\"Post: %+v\", p)\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusingstudio%2Fgo-subclub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusingstudio%2Fgo-subclub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusingstudio%2Fgo-subclub/lists"}