Room History for a specific date range
jantman opened this issue · 1 comments
jantman commented
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
FYI a really simple implementation of this can be seen here: https://github.com/jantman/misc-scripts/blob/master/hipchat_date_history.py#L109