For the complete documentation index, see llms.txt. This page is also available as Markdown.

Go SDK

LicenseSpring’s new Go SDK V2 is now available! This version is a complete rewrite with breaking changes and will receive all future updates and support.

The legacy Go SDK (v1) is deprecated and maintained for backward compatibility only. New users should use v2.

Go SDK provides methods to call LicenseSpring APIs directly from Go.

The SDK is publicly available and can be found here.

Installation

go get -u gitlab.com/l3178/sdk-go/...

Specific Versions

If you want to install a specific version, see the list of versions here. You should preferably always use the latest one.

Usage Examples

Usage examples for Go License Client and Management Client can be found in these docs. Another good source of examples are the tests.

Last updated

Was this helpful?