{"id":13574562,"url":"https://github.com/nrdcg/porkbun","last_synced_at":"2025-04-04T20:03:18.545Z","repository":{"id":65927751,"uuid":"363459301","full_name":"nrdcg/porkbun","owner":"nrdcg","description":"Go library for accessing the Porkbun API.","archived":false,"fork":false,"pushed_at":"2024-12-13T12:44:58.000Z","size":25,"stargazers_count":13,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T04:37:10.491Z","etag":null,"topics":["api-client","dns-client","go","golang","porkdun"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nrdcg.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},"funding":{"github":"ldez","ko_fi":"ldez_oss","liberapay":"ldez"}},"created_at":"2021-05-01T16:42:49.000Z","updated_at":"2025-01-22T20:19:57.000Z","dependencies_parsed_at":"2024-01-16T20:25:02.822Z","dependency_job_id":"98fb1c50-1e15-49ce-8b9b-32111b62bfe3","html_url":"https://github.com/nrdcg/porkbun","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/nrdcg%2Fporkbun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrdcg%2Fporkbun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrdcg%2Fporkbun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrdcg%2Fporkbun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrdcg","download_url":"https://codeload.github.com/nrdcg/porkbun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246085619,"owners_count":20721211,"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":["api-client","dns-client","go","golang","porkdun"],"created_at":"2024-08-01T15:00:52.677Z","updated_at":"2025-03-28T19:08:09.725Z","avatar_url":"https://github.com/nrdcg.png","language":"Go","funding_links":["https://github.com/sponsors/ldez","https://ko-fi.com/ldez_oss","https://liberapay.com/ldez"],"categories":["Go"],"sub_categories":[],"readme":"# Go library for accessing the Porkbun API\n\n[![Build Status](https://github.com/nrdcg/porkbun/workflows/Main/badge.svg?branch=master)](https://github.com/nrdcg/porkbun/actions)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/nrdcg/porkbun)](https://pkg.go.dev/github.com/nrdcg/porkbun)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nrdcg/porkbun)](https://goreportcard.com/report/github.com/nrdcg/porkbun)\n\nAn [Porkbun](https://porkbun.com) API client written in Go.\n\nporkbun is a Go client library for accessing the Porkbun API.\n\n## Examples\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/nrdcg/porkbun\"\n)\n\nfunc main() {\n\tclient := porkbun.New(\"secret\", \"key\")\n\n\tctx := context.Background()\n\n\tyourIP, err := client.Ping(ctx)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Println(yourIP)\n}\n```\n\n## API Documentation\n\n- [API docs](https://porkbun.com/api/json/v3/documentation)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrdcg%2Fporkbun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrdcg%2Fporkbun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrdcg%2Fporkbun/lists"}