client-nodejs icon indicating copy to clipboard operation
client-nodejs copied to clipboard

Pipedrive API client for NodeJS

Results 32 client-nodejs issues
Sort by recently updated
recently updated
newest added

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...

This may not be the best place to raise this issue, because the problem is with the underlying REST API, and not this node.js client, but I'm not aware of...

Just like #319 (which is supposedly fixed), I'm getting `ENAMETOOLONG: name too long` ``` yarn add pipedrive --latest yarn add v1.22.1 [1/5] Validating package.json... [2/5] Resolving packages... warning Resolution field...

Given the provided code: ``` import Pipedrive from 'pipedrive'; let apiClient = new Pipedrive.ApiClient(); // Configure API key authorization: api_key let api_key = apiClient.authentications['api_key']; api_key.apiKey = 'YOUR API KEY'; //...

Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.3 to 2.2.2. Release notes Sourced from yaml's releases. v2.2.2 This patch release includes a fix for an error that could be thrown in parseDocument for degenerate...

dependencies

Supposedly fixes #340 I've noticed that `openapi-generator-cli` was making a file with class names that do not match some of the exported classes. The documentation in the other hand is...

## 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...

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...

dependencies