We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84f01b commit a4d46d8Copy full SHA for a4d46d8
README.md
@@ -31,6 +31,8 @@ This Pipedrive API client is distributed under the MIT licence.
31
- Make PR
32
33
## Options
34
+* `strictMode` - In strict mode `*_id` items in the responses are numeric IDs. Default is *false* in which case expanded
35
+ objects are returned. Strict mode is recommended and is likely to be the default in the future.
36
* `oauth` - whether the API token is to be used as OAuth bearer token instead of classic API key (default is *false*).
37
When setting `oauth` to true your application code must take care of fetching, storing and refershing the tokens.
38
0 commit comments