aweber / AWeber-API-Ruby-Library

DEPRECATED - Ruby interface to AWeber's API.
http://www.aweber.com
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

Removed call to JSON.parse in Collection.create that causes a parse exception #6

Closed kmccammon closed 12 years ago

kmccammon commented 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.

marshmallowcreme commented 12 years ago

Thanks for the fix commit. This was frustrating me too.

Najaf commented 12 years ago

Any chance of getting this guy merged?

chrismcguire commented 12 years ago

Thanks for the report. Your changes were included in 4e087c5a89.

chrismcguire commented 12 years ago

This change was deployed in gem version 1.4.0