tomquirk / linkedin-api

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

Documented optional `limit` parameter to `search_people` function #303

Closed rvan-duy closed 3 months ago

rvan-duy commented 1 year ago

I noticed that search_people is a wrapper function around search and has a default parameter limit=-1. Since search accepts arbitrary keyword arguments, this means that you can also pass limit to search_people.

I've updated the documentation to reflect this, explaining that search_people can accept an optional limit parameter with a default value of -1.