ActiveCampaign / activecampaign-api-nodejs

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

Node.js wrapper update for segment_list [#114038301] #18

Closed mthommes closed 8 years ago

mthommes commented 8 years ago

Allows access to this new API method using the wrapper. Example:

ac.api("segment/list?params", {});

I also need git tag 1.2.0 created in the upstream repo (for NPM versioning) as this was a minor release (new feature but should not break previous functionality).