crisp-im / crisp-im/python-crisp-api
List People Profiles doesn't take query string params.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
params can be added to this method client.website.list_people_profiles(website_id, page_number, params) to have all options in the API
/website/{website_id}/people/profiles/{page_number}{?sort_field}{&sort_order}{&search_operator}{&search_filter}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at client.website.list_people_profiles(website_id, page_number, params) and inspect how the request URL for /website/{website_id}/people/profiles/{page_number} is assembled. Confirm how query parameters are handled elsewhere in the wrapper, then verify that sort_field, sort_order, search_operator, and search_filter can be passed through as params.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100