WebexPythonSDK
WebexPythonSDK copied to clipboard
BUG: `max` parameter in messages API doesn't work
Hello,
I was playing around with the client and found that the max parameter doesn't work:
>>> api = WebexAPI()
>>> messages = api.messages.list(room_id, max=50)
>>> len(list(messages))
15180
Thank you!