hipchatter
hipchatter copied to clipboard
When getting rooms, list is truncated at 100.
As per the v2 API. When you cann 'https://www.hipchat.com/docs/apiv2/method/get_all_rooms', by default it limits the room list to 100. We have over 300 rooms, and so our list is getting truncated. The API supports sending in the GET param of 'max-results' to fetch more. Maybe this could be an param, or allow for pagination?.
Take a look at #21, which looks to have solved the same problem for users. Happy to merge a pr for this. Just don't have the bandwidth atm.