Ruby Gem for Sendy
Hi all,
Just wanted to let you know that I built a simple Ruby gem to interface with the Sendy API. It should make your life a little bit easier if you're a Rubyist.
Here it is: http://rubygems.org/gems/sendyr
Let me know what you think. Contributions welcome via topic branch pull requests.
This discussion has been closed.
Comments
Thanks for sharing this, Carl.
Thank you, Carl.
I'll give it a try. Really pleased you added specs to it
I'd love to see some tests being added to sendy, by the way. It would make our lives a lot easier when trying to tweak something.
Alexandre
I actually found a mistake in Sendy's api doc while writing this. The doc says that "true" is returned when subscribing/unsubscribing, but instead, I'm getting "1". My code takes care of both just to be safe.
Hi @cmer,
It's not a mistake, please see this thread → http://forum.sendy.co/discussion/610/subscribe-and-unsubscribe-response-when-boolean-true/p1
Thanks.
Ben