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:
| Programming Language | GitHub Repository |
|---|---|
| Go | https://github.com/GoPlusSecurity/goplus-sdk-go |
| Java | https://github.com/GoPlusSecurity/goplus-sdk-java |
| Node.js (JavaScript, TypeScript) | https://github.com/GoPlusSecurity/goplus-sdk-node |
| Python | https://github.com/GoPlusSecurity/goplus-sdk-python |
| PHP | https://github.com/GoPlusSecurity/goplus-sdk-php |
Installation
go get github.com/GoPlusSecurity/goplus-sdk-goJDK >= 1.8
<dependency>
<groupId>io.gopluslabs</groupId>
<artifactId>goplus-sdk-java</artifactId>
<version>0.1.2</version>
</dependency>npm install @goplus/sdk-nodepip install gopluscomposer require goplus/php-sdkExamples
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:

Updated about 2 months ago
