Skip to content

Commit a4d46d8

Browse files
author
Eero Otsus
committed
Add info about strict mode
1 parent a84f01b commit a4d46d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This Pipedrive API client is distributed under the MIT licence.
3131
- Make PR
3232

3333
## 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.
3436
* `oauth` - whether the API token is to be used as OAuth bearer token instead of classic API key (default is *false*).
3537
When setting `oauth` to true your application code must take care of fetching, storing and refershing the tokens.
3638

0 commit comments

Comments
 (0)