ActiveCampaign / activecampaign-api-nodejs

Node.js wrapper for the ActiveCampaign API
MIT License
39 stars 36 forks source link

Adds error handing #5

Closed selipso closed 10 years ago

selipso commented 10 years ago

Fixes the issue where calling a contact that doesn’t exist does not return anything.

Now returns result code according to this blog post on detecting API errors

mthommes commented 10 years ago

Thank you!