orcasgit / python-fitbit

Fitbit API Python Client Implementation
Other
623 stars 330 forks source link

Add multi-date functionality #158

Closed mrkaye97 closed 4 years ago

mrkaye97 commented 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!