We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
db312b9
fixes #484 - When a rate limit call hit 429 - the body was empty, and we were trying to JSON.parse and return the result. Now just return the body
Fixes #523 by Adding summaryOnly boolean option to getContacts
summaryOnly
Few other odds and ends generated form recent OAS changes (enums, optional params, etc)