I’m using the curb-fu gem as my curl interface. I’m trying to follow the grouptexting api for sending an sms message.
Here they give examples written in php:
http://grouptexting.com/sms-gateway/sms-api-docs.html
And I can get that to work just fine.
curb-fu has almost no documentation, and I can’t quite seem to get things working properly.
Looking at the grouptexting api examples written in php, can anyone help me translate that into ruby/curb-fu? Or, can someone point me to some more robust documentation for curb-fu?
The README contains several examples of using curb-fu. There’s also a YARD-generated API documentation available.
It seems pretty straightforward to use for me.
This PHP example
in Ruby + curb-fu translates into