iamfmjk / etsy

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

Implement ShopAbout object from the Etsy API #114

Closed sheprograms closed 7 years ago

sheprograms commented 7 years ago

Allow access to ShopAbout fields from Etsy Shop objects.

The ShopAbout (https://www.etsy.com/developers/documentation/reference/shopabout) includes things like links to the seller's pinterest and facebook sites and an artist statement / "story"

kytrinyx commented 7 years ago

@sheprograms Thanks so much for this! I'll take a look at it over the weekend.

sheprograms commented 7 years ago

Happy to help!

kytrinyx commented 7 years ago

This looks great, @sheprograms! Thanks so much for adding tests, as well. I really appreciate it.