GoPlus Security SDK

For building your own applications and integrating your platforms with GoPlus Security API seamlessly, you can use GoPlus Security SDKs. We currently provide SDKs in the following languages:

Installation

go get github.com/GoPlusSecurity/goplus-sdk-go
JDK >= 1.8

<dependency>
    <groupId>io.gopluslabs</groupId>
    <artifactId>goplus-sdk-java</artifactId>
    <version>0.1.2</version>
</dependency>
npm install @goplus/sdk-node
pip install goplus
composer require goplus/php-sdk

Examples

For examples of how to GoPlus Security SDKs, please check the code examples on the API Overview and select your programming language. For example, if you want to use the Go SDK, go to the API reference page, and select "Go" in the right "LANGUAGE" tab, then you can see the installation instruction and also code examples: