mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-09 10:08:13 -07:00
docs: update generated docs
This commit is contained in:
@@ -164,7 +164,7 @@ Main BRK client with metrics tree and API methods.
|
||||
#### \_\_init\_\_
|
||||
|
||||
```python
|
||||
def __init__(base_url: str = 'http://localhost:3000', timeout: float = 30.0)
|
||||
def __init__(base_url: str = "http://localhost:3000", timeout: float = 30.0)
|
||||
```
|
||||
|
||||
<a id="brk_client.BrkClient.metric"></a>
|
||||
|
||||
+5163
-2888
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ def test_fetch_typed_metric():
|
||||
)
|
||||
print(d)
|
||||
e = (
|
||||
client.metrics.market.dca.class_average_price._2017.by.dateindex()
|
||||
client.metrics.market.dca.class_average_price._2017.dollars.by.dateindex()
|
||||
.tail(10)
|
||||
.fetch()
|
||||
)
|
||||
|
||||
Generated
+1
-1
@@ -44,7 +44,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "brk-client"
|
||||
version = "0.1.0b0"
|
||||
version = "0.1.0b1"
|
||||
source = { editable = "." }
|
||||
|
||||
[package.dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user