{"id":13714123,"url":"https://github.com/nl2go/hrobot-go","last_synced_at":"2025-04-28T15:32:18.002Z","repository":{"id":65563498,"uuid":"222392906","full_name":"nl2go/hrobot-go","owner":"nl2go","description":"A Go library for the Hetzner Robot API https://robot.your-server.de/doc/webservice/en.html","archived":false,"fork":false,"pushed_at":"2023-11-07T14:45:09.000Z","size":23,"stargazers_count":17,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T09:24:53.643Z","etag":null,"topics":["go","golang","hetzner","hetzner-robot-api"],"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/nl2go.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":"2019-11-18T07:56:34.000Z","updated_at":"2024-07-06T23:18:58.000Z","dependencies_parsed_at":"2024-06-18T22:55:28.881Z","dependency_job_id":"45e1a6c5-8635-4e20-a35b-a6a43ec51fad","html_url":"https://github.com/nl2go/hrobot-go","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl2go%2Fhrobot-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl2go%2Fhrobot-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl2go%2Fhrobot-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl2go%2Fhrobot-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nl2go","download_url":"https://codeload.github.com/nl2go/hrobot-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338788,"owners_count":21573613,"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":["go","golang","hetzner","hetzner-robot-api"],"created_at":"2024-08-02T23:01:52.755Z","updated_at":"2025-04-28T15:32:13.771Z","avatar_url":"https://github.com/nl2go.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# hrobot-go: A Go library for the Hetzner Robot Webservice\n\n![Build](https://gitlab.com/newsletter2go/hrobot-go/badges/master/pipeline.svg) ![Coverage](https://gitlab.com/newsletter2go/hrobot-go/badges/master/coverage.svg)\n\nPackage hrobot-go is a library for the Hetzner Robot Webservice.\n\nThe library’s documentation is available at [GoDoc](https://godoc.org/github.com/nl2go/hrobot-go),\nthe public API documentation is available at [robot.your-server.de](https://robot.your-server.de/doc/webservice/en.html).\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"log\"\n\n    client \"github.com/nl2go/hrobot-go\"\n)\n\nfunc main() {\n    robotClient := client.NewBasicAuthClient(\"user\", \"pass\")\n\n    servers, err := robotClient.ServerGetList()\n    if err != nil {\n        log.Fatalf(\"error while retrieving server list: %s\\n\", err)\n    }\n\n    fmt.Println(servers)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnl2go%2Fhrobot-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnl2go%2Fhrobot-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnl2go%2Fhrobot-go/lists"}