[Rails] Re: best way to map fields between rails product and an api client product

2015-03-26 Thread tonypm
Thank you for that, I am still building the client gem itself, but you did prompt me to look around a bit. Took a look at active resource, and the Schema and attributes stuff is going along the path I was looking for. I suspect that I might even be able to make ActiveResource work with the

[Rails] Re: best way to map fields between rails product and an api client product

2015-03-23 Thread dasibre
I'm not completely certain, but I think you might find some insight by looking at ActiveModel On Tuesday, March 17, 2015 at 10:14:27 AM UTC-4, tonypm wrote: Hi, I am working on building an api client for the Rakuten MarketPlace. I have got some test requests for add delete update etc