SDK
Support Python, Rust, Go, Node.js and C++



https://github.com/longbridgeapp/openapi-sdk/tree/master/python
You can install the SDK via Pip, or directly visit the PyPI page to download.
$ pip install longbridge
NOTE: In macOS system, the
pip
command default is Python 2. You may usepip3
for use Python 3 version of PyPI.
https://github.com/longbridgeapp/openapi-sdk/tree/master/rust
Add the following line to your Cargo.toml
file
[dependencies]
longbridge = "0.2"
https://github.com/longbridgeapp/openapi-go
Go version >= 1.17
$ go get github.com/longbridgeapp/openapi-go
https://github.com/longbridgeapp/openapi-sdk/tree/master/nodejs
You can install the SDK via Npm.
$ npm install longbridge --save
https://github.com/longbridgeapp/openapi-sdk/tree/master/cpp