sendinblue / APIv3-nodejs-library

SendinBlue's API v3 Node.js Library
ISC License
101 stars 47 forks source link

Updated property documentation for CreateContact #83

Closed HaydenMacDonald closed 3 years ago

HaydenMacDonald commented 4 years ago

Descriptions included \" instead of double quotes. Additionally, the API has changed to take user attributes FIRSTNAME and LASTNAME instead of FNAME and LNAME.

dyllandry commented 3 years ago

I opened an issue about this https://github.com/sendinblue/APIv3-nodejs-library/issues/93 recently. I think their node library is generated from their opendoc specification, so part of this may require a fix up where this api is generated rather than in the generator's output.