tomquirk / linkedin-api

👨‍💼Linkedin API for Python
MIT License
1.71k stars 401 forks source link

Pagination on get_conversations? #327

Open jonas-detlefsen opened 11 months ago

jonas-detlefsen commented 11 months ago

@tomquirk, thanks for making this available to the community!

get_conversations() only returns the last 20 messages from what I can see. Is there a suggestion for retrieving all messages through pagination?

Thank you!