{"id":51337133,"url":"https://github.com/leadpingai/leadping-go","last_synced_at":"2026-07-02T04:00:27.346Z","repository":{"id":366928398,"uuid":"1278469375","full_name":"leadpingai/leadping-go","owner":"leadpingai","description":"Official Go SDK for the Leadping API.","archived":false,"fork":false,"pushed_at":"2026-07-02T02:06:41.000Z","size":567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T04:00:14.859Z","etag":null,"topics":["api-client","go","golang","kiota","leadping","leadping-api","openapi","rest-api","sdk"],"latest_commit_sha":null,"homepage":"https://leadping.ai/docs/sdks/go","language":null,"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/leadpingai.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":"2026-06-23T20:28:24.000Z","updated_at":"2026-07-02T02:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leadpingai/leadping-go","commit_stats":null,"previous_names":["leadpingai/leadping-go"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/leadpingai/leadping-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leadpingai","download_url":"https://codeload.github.com/leadpingai/leadping-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35032145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-client","go","golang","kiota","leadping","leadping-api","openapi","rest-api","sdk"],"created_at":"2026-07-02T04:00:18.097Z","updated_at":"2026-07-02T04:00:27.318Z","avatar_url":"https://github.com/leadpingai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/github/v/release/leadpingai/leadping-go?style=for-the-badge)](https://github.com/leadpingai/leadping-go/releases)\n[![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-go/release.yml?style=for-the-badge)](https://github.com/leadpingai/leadping-go/actions/workflows/release.yml)\n[![](https://img.shields.io/github/go-mod/go-version/leadpingai/leadping-go?style=for-the-badge)](https://pkg.go.dev/github.com/leadpingai/leadping-go)\n[![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-go/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/leadpingai/leadping-go/actions/workflows/codeql.yml)\n\n# ![Leadping](https://leadping.ai/favicon.ico) Leadping Go SDK\n\nType-safe Go client for the Leadping API.\n\n## Install\n\n```bash\ngo get github.com/leadpingai/leadping-go\n```\n\nThe generated client uses a Kiota request adapter. Install the default HTTP adapter:\n\n```bash\ngo get github.com/microsoft/kiota-http-go\n```\n\n## Use\n\n```go\npackage main\n\nimport (\n    \"context\"\n\n    leadping \"github.com/leadpingai/leadping-go\"\n)\n\nfunc main() {\n    adapter := createLeadpingRequestAdapter()\n    client := leadping.NewLeadpingOpenApiClient(adapter)\n\n    me, err := client.Users().Me().Get(context.Background(), nil)\n    if err != nil {\n        panic(err)\n    }\n\n    _ = me\n}\n```\n\n`createLeadpingRequestAdapter` is application code. Configure it to send one of:\n\n- `Authorization: Bearer \u003ctoken\u003e`\n- `X-Leadping-Api-Key: \u003ckey\u003e`\n\nThe client defaults to `https://api.leadping.ai` when the adapter does not already have a base URL.\n\n## Links\n\n- [Documentation](https://leadping.ai/docs)\n- [API reference](https://leadping.ai/docs/api-reference)\n- [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadpingai%2Fleadping-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleadpingai%2Fleadping-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadpingai%2Fleadping-go/lists"}