Im looking to be pointed in the right direction.
My site that i'm testign this on has a SHOP API which uses PHP calls. I have a bunch of item IDs that I want to test, about 100. Doign this manually is a bit tedious.
I'm looking for a way to use Ruby to:
Again, I'm not looking for example strings at this moment. I'm just looking to be pointed towards the right rubygems to use for this so that I can figure it out myself.
For Excel export: http://roo.rubyforge.org/
API Calls:
If you're using a REST APi: https://github.com/archiloque/rest-client
Otherwise, raw use of the Net/Http Ruby native lib would do the trick.
Read the retunred xml: https://github.com/jnunemaker/crack or http://nokogiri.org/