You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intervals to generate the timeseries, options are: `_1_DAY`, `_7_DAYS`, `_1_MONTH`, `_3_MONTHS`, `_1_YEAR` and `ALL`
Calling get_network_hashrate("_7_DAYS") returns this error:
{'errors': [{'message': 'Variable "$inputInterval" got invalid value "_7_DAYS"; Value "_7_DAYS" does not exist in "ChartsInterval" enum. Did you mean the enum value "_7_DAY", "_1_DAY", "_3_DAY", or "_30_DAY"?', 'locations': [{'line': 1, 'column': 28}]}]}
Appears that the comments are wrong. Wondering if this is true for other functions.
The text was updated successfully, but these errors were encountered:
hashrateindex-api-python-client/hashrateindex.py
Line 180 in 03098fb
Calling get_network_hashrate("_7_DAYS") returns this error:
{'errors': [{'message': 'Variable "$inputInterval" got invalid value "_7_DAYS"; Value "_7_DAYS" does not exist in "ChartsInterval" enum. Did you mean the enum value "_7_DAY", "_1_DAY", "_3_DAY", or "_30_DAY"?', 'locations': [{'line': 1, 'column': 28}]}]}
Appears that the comments are wrong. Wondering if this is true for other functions.
The text was updated successfully, but these errors were encountered: