{"id":20244295,"url":"https://github.com/protonmail/go-netbox-dns","last_synced_at":"2025-04-10T20:43:52.031Z","repository":{"id":68953025,"uuid":"600132486","full_name":"ProtonMail/go-netbox-dns","owner":"ProtonMail","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-17T13:52:43.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-24T18:13:13.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ProtonMail.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-02-10T16:53:26.000Z","updated_at":"2023-11-20T21:38:35.000Z","dependencies_parsed_at":"2023-06-07T03:45:11.533Z","dependency_job_id":null,"html_url":"https://github.com/ProtonMail/go-netbox-dns","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"d188f7ca8af2db96391703934e199f3e572a6c66"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fgo-netbox-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fgo-netbox-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fgo-netbox-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fgo-netbox-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProtonMail","download_url":"https://codeload.github.com/ProtonMail/go-netbox-dns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248294151,"owners_count":21079791,"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-14T09:14:11.021Z","updated_at":"2025-04-10T20:43:52.010Z","avatar_url":"https://github.com/ProtonMail.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-netbox-dns\n\n[![GoDoc](http://godoc.org/github.com/proton/go-netbox-dns?status.svg)](http://godoc.org/github.com/proton/go-netbox-dns)\n\nThis package is largely inspired by [go-netbox](https://raw.githubusercontent.com/netbox-community/go-netbox)\nbut providing a client for the [netbox-dns](https://github.com/auroraresearchlab/netbox-dns) plugin API.\n\nThis package has been generated with Netbox 3.4.2 and netbox-dns 0.16.1.\n\n\n## Using the client\n\nThe `github.com/proton/go-netbox-dns/netbox_dns` package has some convenience functions for creating clients with the most common\nconfigurations you are likely to need while connecting to NetBox. `NewNetboxDNSAt` allows you to specify a hostname\n(including port, if you need it), and `NewNetboxDNSWithAPIKey` allows you to specify both a hostname:port and API token.\n```golang\nimport (\n    \"github.com/proton/go-netbox-dns/netbox_dns\"\n)\n...\n    c := netbox_dns.NewNetboxDNSAt(\"your.netbox.host:8000\")\n    // OR\n    c := netbox_dns.NewNetboxDNSWithAPIKey(\"your.netbox.host:8000\", \"your_netbox_token\")\n```\n\nIf you specify the API key, you do not need to pass an additional `authInfo` to operations that need authentication, and\ncan pass `nil`:\n```golang\n    c.Plugin.PluginsNetboxDNSZonesCreate(createRequest, nil)\n```\n\n## Regenerating the clients\n\nYou can download a swagger.json (available via `/api/docs/?format=openapi`) and run\n`make clean generate`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fgo-netbox-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotonmail%2Fgo-netbox-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fgo-netbox-dns/lists"}