{"id":17124199,"url":"https://github.com/kmpm/libdns-glesys","last_synced_at":"2025-03-24T03:17:01.660Z","repository":{"id":66929480,"uuid":"473975088","full_name":"kmpm/libdns-glesys","owner":"kmpm","description":"Libdns provider for glesys","archived":false,"fork":false,"pushed_at":"2022-03-25T14:35:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T09:30:17.443Z","etag":null,"topics":["caddy","dns","glesys","libdns"],"latest_commit_sha":null,"homepage":"","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/kmpm.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":"2022-03-25T11:01:54.000Z","updated_at":"2022-03-25T11:34:07.000Z","dependencies_parsed_at":"2023-03-19T00:02:19.105Z","dependency_job_id":null,"html_url":"https://github.com/kmpm/libdns-glesys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmpm%2Flibdns-glesys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmpm%2Flibdns-glesys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmpm%2Flibdns-glesys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmpm%2Flibdns-glesys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmpm","download_url":"https://codeload.github.com/kmpm/libdns-glesys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200706,"owners_count":20576674,"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":["caddy","dns","glesys","libdns"],"created_at":"2024-10-14T18:42:05.811Z","updated_at":"2025-03-24T03:17:01.348Z","avatar_url":"https://github.com/kmpm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Glesys for [`libdns`](https://github.com/libdns/libdns)\n==============================================================\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for [Glesys](https://glesys.se), allowing you to manage DNS records.\nIt utilizes [glesys-go](https://github.com/glesys/glesys-go) for API communication.\n\n## Usage\n```golang\ninclude (\n    glesys \"github.com/libdns/glesys\"\n)\np := \u0026glesys.Provider{\n    Project: \"your project/username usually clXXXXXX\",\n    ApiKey: \"api-key\",\n}\n\nzone := \"example.org\"\nrecords, err := p.GetRecords(ctx, zone)\n```\nFor more examples check the `_examples` folder in the source.\n\n## Noteworthy\nTo do everything this library can do the Glesys API user needs permissions to the following...\n\n- Domain.addrecord\n- Domain.deleterecord\n- Domain.listrecords\n- Domain.updaterecord\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmpm%2Flibdns-glesys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmpm%2Flibdns-glesys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmpm%2Flibdns-glesys/lists"}