SDKs

Go SDK

2min
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 https //gitlab com/l3178/sdk go/ /tags you should preferably always use the latest one usage examples usage examples for go license client docid 49m1mya9tar5rnzoc5hvf and management client docid 7oz4zbjb3qnjz3asuj2gu can be found on these docs another good source of examples are tests managing api and shared keys in the sdk the sdk requires the end user to provide an api key and a shared key for its operation how these credentials are supplied and managed is up to the user, as it plays a critical role in ensuring security while our samples demonstrate using configuration files for convenience, this is only one possible approach users may opt for other secure methods, such as environment variables or secret management tools, based on their needs regardless of the method chosen, it is essential to implement safeguards to prevent unauthorized access or accidental exposure, especially in public repositories or shared environments