{"id":24293856,"url":"https://github.com/rkosegi/active24-go","last_synced_at":"2025-09-25T19:31:30.902Z","repository":{"id":65661953,"uuid":"588803711","full_name":"rkosegi/active24-go","owner":"rkosegi","description":"Active24 API client in Go","archived":false,"fork":false,"pushed_at":"2025-01-15T23:21:46.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T00:46:31.942Z","etag":null,"topics":["active24","api-client-go"],"latest_commit_sha":null,"homepage":"","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/rkosegi.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":"2023-01-14T03:55:38.000Z","updated_at":"2025-01-15T23:21:46.000Z","dependencies_parsed_at":"2024-02-20T21:36:14.561Z","dependency_job_id":"c027e1fe-fadf-4d01-9114-b6a8594d6ef6","html_url":"https://github.com/rkosegi/active24-go","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.4814814814814815,"last_synced_commit":"285c377fb50650a2c06595705121e8e96c908a95"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Factive24-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Factive24-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Factive24-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkosegi%2Factive24-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkosegi","download_url":"https://codeload.github.com/rkosegi/active24-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234236630,"owners_count":18800792,"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":["active24","api-client-go"],"created_at":"2025-01-16T17:00:44.719Z","updated_at":"2025-09-25T19:31:25.605Z","avatar_url":"https://github.com/rkosegi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Active24.cz client in Go\n\nThis is client library to interact with [Active24 API](https://faq.active24.com/eng/739445-REST-API-for-developers?l=en-US).\nCurrently, only subset of API is implemented, but contributions are always welcome.\n\n## Usage\n\n```go\npackage main\n\nimport \"github.com/rkosegi/active24-go/active24\"\n\nfunc main() {\n\tclient := active24.New(\"my-secret-api-token\")\n\n\talias := \"host1\"\n\t_, err := client.Dns().With(\"example.com\").Create(active24.DnsRecordTypeA, \u0026active24.DnsRecord{\n\t\tAlias: \u0026alias,\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkosegi%2Factive24-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkosegi%2Factive24-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkosegi%2Factive24-go/lists"}