ActiveCampaign / activecampaign-api-nodejs

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

Reset the request method before every call #24

Closed svenstm closed 8 years ago

svenstm commented 8 years ago

If you perform a POST and GET subsequent the GET will fail because it is send as POST call. This is because the request_method is never reset to GET.