Closed mrkaye97 closed 4 years ago
Hey all,
Is there an easy way to allow calls like
auth2_client.activities(date=date)['summary']
to be able to accept a list of dates instead of a single date? Would be convenient for limiting requests, but also for vectorizing code on my end.
Thanks!
Hey all,
Is there an easy way to allow calls like
auth2_client.activities(date=date)['summary']
to be able to accept a list of dates instead of a single date? Would be convenient for limiting requests, but also for vectorizing code on my end.
Thanks!