- Module and repository: github.com/leadpingai/leadping-go
Install
Create a client
The SDK exposesNewLeadpingOpenApiClient. Pass it a Kiota request adapter that attaches either Authorization: Bearer <token> or X-Leadping-Api-Key: <key>.
createLeadpingRequestAdapter is your application code. The generated SDK does not own token storage or API key handling.

