-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
333 changed files
with
2,583 additions
and
2,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Longbridge OpenAPI SDK Documents</title> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>LongPort OpenAPI SDK Documents</title> | ||
<style type="text/css"> | ||
hr { | ||
margin-bottom: 20px; | ||
} | ||
a { | ||
margin: 20px; | ||
font-size: 20pt; | ||
} | ||
hr { | ||
margin-bottom: 20px; | ||
} | ||
a { | ||
margin: 20px; | ||
font-size: 20pt; | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<h1>Longbridge OpenAPI SDK Documents</h1> | ||
<hr> | ||
<a href="rust/longbridge/index.html">Rust</a> | ||
<body> | ||
<h1>LongPort OpenAPI SDK Documents</h1> | ||
<hr /> | ||
<a href="rust/longport/index.html">Rust</a> | ||
<a href="python/index.html">Python</a> | ||
<a href="nodejs/index.html">Node.js</a> | ||
<a href="java/index.html">Java</a> | ||
<a href="c/index.html">C</a> | ||
<a href="cpp/index.html">C++</a> | ||
</body> | ||
|
||
</html> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "rust/crates/proto/openapi-protobufs"] | ||
path = rust/crates/proto/openapi-protobufs | ||
url = https://github.com/longbridgeapp/openapi-protobufs | ||
url = https://github.com/longportapp/openapi-protobufs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
corrosion_import_crate(MANIFEST_PATH Cargo.toml CRATES longbridge-c) | ||
corrosion_import_crate(MANIFEST_PATH Cargo.toml CRATES longport-c) | ||
add_subdirectory(test) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.