{"id":43379086,"url":"https://github.com/libdns/tecnocratica","last_synced_at":"2026-02-02T07:44:52.168Z","repository":{"id":330271151,"uuid":"1121369352","full_name":"libdns/tecnocratica","owner":"libdns","description":"Tecnocrática Provider for using dns in its services ","archived":false,"fork":false,"pushed_at":"2026-01-02T23:09:23.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-08T18:14:23.488Z","etag":null,"topics":["golang","libdns","libdns-providers","tecnocratica"],"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/libdns.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-22T22:02:04.000Z","updated_at":"2026-01-02T23:09:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/libdns/tecnocratica","commit_stats":null,"previous_names":["libdns/tecnocratica"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/libdns/tecnocratica","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftecnocratica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftecnocratica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftecnocratica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftecnocratica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libdns","download_url":"https://codeload.github.com/libdns/tecnocratica/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftecnocratica/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","libdns","libdns-providers","tecnocratica"],"created_at":"2026-02-02T07:44:51.474Z","updated_at":"2026-02-02T07:44:52.147Z","avatar_url":"https://github.com/libdns.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tecnocratica for [`libdns`](https://github.com/libdns/libdns)\n========================\n\n[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/he)\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for Tecnocratica, Neodigit and Virtualname,\nallowing you to manage DNS records.\n\nThis package uses the API at these places:\n  - https://developers.neodigit.net/#dns\n  - https://developers.virtualname.net/#dns\n\nConfiguration\n=============\n\nTo configure, you need to get an API Token from your control panel.\nAlso depending on the control panel you're using, you may need to change the url\n\nNeodigit:\n  - https://api.neodigit.net/v1\n\nVirtualname:\n  - https://api.virtualname.net/v1\n\nExample\n=======\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n\n    \"github.com/libdns/tecnocratica\"\n)\n\nfunc main() {\n    provider := \u0026tecnocratica.Provider{\n        APIToken: \"\u003cAPI Token\u003e\",\n        APIURL: \"\u003cThe url of the control panel API\u003e\",\n    }\n    zone := \"example.com.\"\n\n    records, err := provider.GetRecords(context.TODO(), zone)\n\n    if err != nil {\n        fmt.Printf(\"Error: %s\", err.Error())\n        return\n    }\n\n    fmt.Println(records)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Ftecnocratica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibdns%2Ftecnocratica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Ftecnocratica/lists"}