Discussion Forums

Ruby w00t!

 
Avatar
Administrator
4121 posts

Stephen Bartholomew from http://www.curve21.com created a library to access the Solve360 API using Ruby http://github.com/curve21/solve360

Currently the library supports creating, retrieving and updating contacts and companies.

He mentioned: i) it’s a work in progress, ii) has 100% test coverage on the current functions, and iii) if we have other customers who use Ruby (or Ruby on Rails) they may find this useful ... so here it is.

Thanks Steve!

New Member
2 posts

Thanks for the post!

I’ve pushed a few updates recently so I thought I’d update here.  I’ve improved the API mapping, added ownership & default ownership and related items support. 

You can see the code at: http://github.com/curve21/solve360
Or install the gem: sudo gem install solve360

If you get any issues they can be reported here: http://c21.lighthouseapp.com/projects/38966-solve360/overview

Cheers!

Steve