An open API service indexing awesome lists of open source software.

https://github.com/cryptlex/lexfloatclient-go

LexFloatClient API wrapper for Go (floating licensing library).
https://github.com/cryptlex/lexfloatclient-go

Last synced: 5 months ago
JSON representation

LexFloatClient API wrapper for Go (floating licensing library).

Awesome Lists containing this project

README

          

[![Build package](https://github.com/cryptlex/lexfloatclient-go/actions/workflows/update-libs.yml/badge.svg)](https://github.com/cryptlex/lexfloatclient-go/actions/workflows/update-libs.yml)

# lexfloatclient-go

Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexFloatClient (Cryptlex client library).

Additionally, you can offer trials, subscriptions, floating licenses and much more.

**lexfloatclient-go** is a Go wrapper for LexFloatClient licensing library.

## Installation

go get -u github.com/cryptlex/lexfloatclient-go

**Note:** In case you are using Windows, execute the following command after installation:

xcopy %USERPROFILE%\go\src\github.com\cryptlex\lexfloatclient-go\libs\windows_amd64\LexFloatClient.dll

Then you can include it in your code:

import "github.com/cryptlex/lexfloatclient-go"

## Usage
Refer to following for documentation:

https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/using-lexfloatclient/using-lexfloatclient-with-go