Skip to content

Commit 2a1ae3e

Browse files
author
方佳
committed
Merge branch 'main_merge_251112' into 'main'
feat: update project description See merge request webull/webull-openapi-python-sdk!4
2 parents 4cfa6f5 + 9d64934 commit 2a1ae3e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Subscription to real-time information: Subscribe to order status changes, market
1616

1717
- Please first generate the app key and app secret on the Webull official website.
1818

19-
| Market | Link |
20-
|--------|------------------------------------|
21-
| HK | https://corporate.webull.hk/center |
19+
| Broker | Link |
20+
|-----------|-----------------------|
21+
| Webull HK | https://www.webull.hk |
2222

2323
- Requires Python 3.7 through 3.11.
2424

@@ -34,6 +34,6 @@ The bottom layer of Webull OpenAPI provides three protocols, HTTP / GRPC / MQTT,
3434

3535
## Developer documentation
3636

37-
| Market | Link |
38-
|--------|-------------------------------------------|
39-
| HK | https://developer.webull.com/open-api-doc |
37+
| Broker | Link |
38+
|-----------|---------------------------------------|
39+
| Webull HK | https://developer.webull.hk/apis/docs |

samples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.2"

webull/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

webull/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22

33
import logging
44

webull/core/data/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"hk": {
1111
"api": "api.webull.hk",
12-
"quotes-api": "quotes-api.webull.hk",
12+
"quotes-api": "data-api.webull.hk",
1313
"events-api": "events-api.webull.hk"
1414
},
1515
"jp": {

webull/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding=utf-8
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.0.2'

webull/trade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22

0 commit comments

Comments
 (0)