pybinaryedge icon indicating copy to clipboard operation
pybinaryedge copied to clipboard

add pagination support

Open KaulSe opened this issue 2 years ago • 3 comments

A different approach than #8. I didn't want to break the return types of the BinaryEdge client, so I decided to add another class that is only responsible for pagination and returns the appropriate return type (Iterator).

KaulSe avatar Jun 19 '23 11:06 KaulSe

I wonder if the formatting is good... I played around with autopep8...

KaulSe avatar Jun 19 '23 11:06 KaulSe

Any chance of getting this merged :)?

KaulSe avatar Jun 25 '23 12:06 KaulSe

Hey, thanks! I am not a big fan of having a separated object for pagination. I'll look into it this week-end and test some different code organization.

Te-k avatar Jun 29 '23 09:06 Te-k