Confluence.get_group_members() returns response['results'] which works correctly if only 1 request is required. In my case where there are many members per group, I need to page through the results by incrementing 'start' accordingly.
Perhaps you might want to return just 'response'?
This is easy to work around but thought you might want to address it in your code as well.
[feature request]