We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83948f commit 3ebadc1Copy full SHA for 3ebadc1
1 file changed
example/examples_apps.py
@@ -13,6 +13,7 @@
13
api.set_query_parameters({'limit': 1})
14
15
# Set a limit for last 7 days
16
+ # NB: You might need to convert the since_unix calculation from scientific notation or set the since parameter manually
17
if False:
18
epoch = datetime(1970, 1, 1)
19
since = timedelta(days=7)
0 commit comments