client-nodejs
client-nodejs copied to clipboard
Issue With Documentation of ActivityResponseObject
The documentation for the Pipedrive Node.js client library indicates that the response fields in the ActivityResponseObject are in camelCase, but the actual response uses snake_case for all fields.
Affected Module/Client Library: Node.js client library for Pipedrive
Affected Endpoint: Endpoint: /v1/activities
Fields in Question: All fields in the ActivityResponseObject
Actual Response: All fields in the actual response are in snake_case.
Expected Behavior: The documentation for the Node.js client library should accurately represent the case of the response fields to avoid confusion for developers integrating with the API.
Additional Information:
Client Library Documentation Link: [https://github.com/pipedrive/client-nodejs/blob/master/docs/ActivitiesApi.md#getActivities] Response Documentation Link: [https://github.com/pipedrive/client-nodejs/blob/master/docs/ActivityResponseObject.md]