iamfmjk / etsy

A friendly Ruby interface to the Etsy API
https://github.com/kytrinyx/etsy
MIT License
171 stars 113 forks source link

Feature/add etsy attribute value #124

Closed Mateus-Resende closed 7 years ago

Mateus-Resende commented 7 years ago

Since Etsy changed their api to have property value, sellers should be able to input these values from the api as well. The values can be from different sources and for different type of objects, so the api is very generic and does not focus too much in either.

For more info, please reference: https://www.etsy.com/developers/documentation/reference/propertyvalue

Mateus-Resende commented 7 years ago

The build is failing due to a known issue of rvm and travis ci with the version of rvm. Please refer to https://github.com/travis-ci/travis-ci/issues/5361 and https://github.com/rvm/rvm/issues/3617 for more info. I removed the idea from the .gitignore

kytrinyx commented 7 years ago

Thanks for the heads up on the RVM compatibility issue. I'll dig into that when I have a moment.

kytrinyx commented 7 years ago

Thanks so much for the contribution 🌷