Skip to content

Commit

Permalink
update links of sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfuze committed Sep 20, 2022
1 parent 6029dcb commit 88cb31d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ Longbridge Binary Protocol is using for OpenAPI Socket Connection.


For `Python` and `C++` user, we provide:
- [Python SDK](https://github.com/longbridgeapp/openapi-python)
- [C++ SDK](https://github.com/longbridgeapp/openapi-cpp)
- [Python SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/python)
- [C++ SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/cpp)
- [Java SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/java)
- [C SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/c)
- [Rust SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/rust)
- [NodeJS SDK](https://github.com/longbridgeapp/openapi-sdk/tree/master/nodejs)

This repo want to show how to implement Longbridge Binary Protocol.

Expand All @@ -18,7 +22,6 @@ If you are `Gopher`, you can use the golang implementation to connect our socket
Check code [here](https://github.com/longbridgeapp/openapi-protocol/tree/main/go).

code structure:

- go - protocol definations
- go/client - client sample code
- go/v1 - protocol version 1 implement
Expand Down

0 comments on commit 88cb31d

Please sign in to comment.