RidersDiscountCom / HypChat

Other
119 stars 58 forks source link

Room History for a specific date range #49

Open jantman opened 8 years ago

jantman commented 8 years ago

The HipChat API for Rooms allows you to specify both starting and ending dates. However, this package's current Room.history() method only allows a date parameter, which fetches ALL history up to that date. It would be nice if this optionally supported start and end dates.

jantman commented 8 years ago

FYI a really simple implementation of this can be seen here: https://github.com/jantman/misc-scripts/blob/master/hipchat_date_history.py#L109