Skip to content

All messages in a room always returned by messages.list() method #50

@further-reading

Description

@further-reading

When I run the messages.list() method it returns all messages in a room even with a max argument.

Sample code

from ciscosparkapi import CiscoSparkAPI

api = CiscoSparkAPI()

messages = api.messages.list(roomId="ROOMID", max=10)

Expected: 10 messages returned
Actual: every message in the room is returned.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions