WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

BUG: `max` parameter in messages API doesn't work

Open voidpetal opened this issue 10 months ago • 0 comments

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!

voidpetal avatar Apr 24 '25 06:04 voidpetal