{"id":51337601,"url":"https://github.com/leadpingai/leadping-java","last_synced_at":"2026-07-02T04:03:49.346Z","repository":{"id":367601680,"uuid":"1281403602","full_name":"leadpingai/leadping-java","owner":"leadpingai","description":"Official Java SDK for the Leadping API.","archived":false,"fork":false,"pushed_at":"2026-06-26T18:14:40.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T18:20:44.820Z","etag":null,"topics":["api-client","java","kiota","leadping","leadping-api","maven","openapi","rest-api","sdk"],"latest_commit_sha":null,"homepage":"https://leadping.ai/docs/sdks/java","language":"Java","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":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-26T14:20:05.000Z","updated_at":"2026-06-26T18:14:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leadpingai/leadping-java","commit_stats":null,"previous_names":["leadpingai/leadping-java"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/leadpingai/leadping-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leadpingai","download_url":"https://codeload.github.com/leadpingai/leadping-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leadpingai%2Fleadping-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35032147,"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","java","kiota","leadping","leadping-api","maven","openapi","rest-api","sdk"],"created_at":"2026-07-02T04:03:48.622Z","updated_at":"2026-07-02T04:03:49.332Z","avatar_url":"https://github.com/leadpingai.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/maven-central/v/ai.leadping/leadping.svg?style=for-the-badge)](https://central.sonatype.com/artifact/ai.leadping/leadping)\n[![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-java/release.yml?style=for-the-badge)](https://github.com/leadpingai/leadping-java/actions/workflows/release.yml)\n[![](https://img.shields.io/github/downloads/leadpingai/leadping-java/total?style=for-the-badge)](https://github.com/leadpingai/leadping-java/releases)\n[![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-java/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/leadpingai/leadping-java/actions/workflows/codeql.yml)\n\n# ![Leadping](https://leadping.ai/favicon.ico) Leadping Java SDK\n\nOfficial Java SDK for the Leadping API.\n\n## Install\n\nWith Maven:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eai.leadping\u003c/groupId\u003e\n  \u003cartifactId\u003eleadping\u003c/artifactId\u003e\n  \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nWith Gradle:\n\n```gradle\nimplementation \"ai.leadping:leadping:VERSION\"\n```\n\nFor GitHub Packages, add the GitHub Maven repository and authenticate with a token that can read packages:\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003curl\u003ehttps://maven.pkg.github.com/leadpingai/leadping-java\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nThe generated client uses a Kiota request adapter. Install the Kiota bundle in the application that will call Leadping:\n\n```gradle\nimplementation \"com.microsoft.kiota:microsoft-kiota-bundle:1.9.3\"\n```\n\n## Use\n\n```java\nimport ai.leadping.openapi.LeadpingOpenApiClient;\nimport com.microsoft.kiota.RequestAdapter;\n\npublic class App {\n    public static void main(String[] args) {\n        RequestAdapter adapter = createLeadpingRequestAdapter();\n        LeadpingOpenApiClient client = new LeadpingOpenApiClient(adapter);\n\n        var me = client.users().me().get();\n    }\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-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleadpingai%2Fleadping-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadpingai%2Fleadping-java/lists"}