Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _Note: to disable the ID check add the parameter `disable_validation=True`_

_Note: to disable the ID check add the parameter `disable_validation=True`_

**range()** - `range('start', 'stop=None', 'months=0', 'days=0', 'granularity=None')` Sets the date range for the report. All dates shoudl be listed in ISO-8601 (e.g. 'YYYY-MM-DD')
**range()** - `range('start', stop='None', months='0', days='0', granularity='None')` Sets the date range for the report. All dates should be listed in ISO-8601 (e.g. 'YYYY-MM-DD')

* **Start** -- Start date for the report. If no stop date is specified then the report will be for a single day
* **Stop** -- End date for the report.
Expand Down