Commit 3deccc5
Feat: Add crudWs (sammchardy#1464)
* first commit
* ruff check fix
* ruff format fix
* fix lint warnings and error
* type fix for 3.7
* add testnet to test_Ws_api
* change to testnet
* ruff@
* return test to async in test
* format with ruff
* remove blank line
* remove default tif
* add ws_futures, refactor and add tests
* lint
* fix tests
* ruff
* add tests
* remove utils
* ruff format and pr comments
* ruff format
* fix live tests and add env vars for testnet
* github action
* add tox env
* fix and test without tox
* move tox command
* fix test
* fix pyright
* type ignore
* jump test until whitelist
* remove print
* add examples
* improve docs
* lint and format
* lint and format
* add tests for failed requests
* fix for 3.7
* merge master
* lint and format
* pyright
---------
Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>1 parent 23e17d6 commit 3deccc5
File tree
40 files changed
+5857
-3969
lines changed- .github/workflows
- binance
- ws
- docs
- examples
- tests
40 files changed
+5857
-3969
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
237 | 241 | | |
238 | 242 | | |
239 | 243 | | |
240 | | - | |
| 244 | + | |
241 | 245 | | |
242 | 246 | | |
243 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
244 | 251 | | |
245 | 252 | | |
246 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments