Closed kmccammon closed 12 years ago
Removed call to JSON.parse in create as according to the API docs (https://labs.aweber.com/docs/reference/1.0#subscribers) the POST just returns 201 CREATED with a link to the newly created subscriber appearing in the Location header.
Thanks for the fix commit. This was frustrating me too.
Any chance of getting this guy merged?
Thanks for the report. Your changes were included in 4e087c5a89.
This change was deployed in gem version 1.4.0
Removed call to JSON.parse in create as according to the API docs (https://labs.aweber.com/docs/reference/1.0#subscribers) the POST just returns 201 CREATED with a link to the newly created subscriber appearing in the Location header.