PyPump icon indicating copy to clipboard operation
PyPump copied to clipboard

Person.favorites feed only return 20 items

Open kabniel opened this issue 12 years ago • 1 comments

Person.favorites inherits from the Feed class which relies on links['next'] to navigate through a feed's items list, but the pump.io API doesnt add the needed links for the favorites feed, see https://github.com/e14n/pump.io/issues/812

kabniel avatar Sep 08 '13 20:09 kabniel

I added a work around for this issue, using offset incrementation instead of next/prev links for Favorites feed navigation.

kabniel avatar Jun 10 '15 22:06 kabniel