canvasapi icon indicating copy to clipboard operation
canvasapi copied to clipboard

Add coverage for retrieving an activity stream

Open jessemcbride opened this issue 6 years ago • 1 comments

Right now we wrap get_activity_stream_summary() but not get_activity_stream().

We should include that.

jessemcbride avatar May 04 '18 20:05 jessemcbride

This endpoint isn't covered due to a limitation of our current implementation of PaginatedList. PaginatedList expects objects of a single type, but this endpoint returns objects of mixed types. To cover this endpoint, we'll need to improve PaginatedList.

Thetwam avatar May 11 '18 15:05 Thetwam