client-nodejs
client-nodejs copied to clipboard
Unable to Retrieve More Than 100 Pipelines with getPipelines Function
Package: pipedrive client-nodejs (npm: pipedrive)
Version: 23.4.1
Description:
I'm experiencing an issue with the getPipelines function in the pipedrive package. Specifically, it's not possible to retrieve more than 100 pipelines.
Steps to Reproduce:
Use the getPipelines function with options for pagination, such as start or limit. Try to set the start parameter to a value greater than 100. Observe that it is possible to get a maximum of only one hundred items, despite the request's options
Expected Behavior:
I expect the getPipelines function to respect the provided start and limit parameters, allowing retrieval of more than 100 pipelines when specified.
Actual Behavior:
The function returns only up to 100 pipelines regardless of the limit value or the start parameter provided in the request.
Environment:
Node.js version: v20.12.2 Package version: 23.4.1