Skip to content

BUG: max parameter in messages API doesn't work #255

@voidpetal

Description

@voidpetal

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions