README.mkd in bigcartel-0.1.8 vs README.mkd in bigcartel-0.1.9
- old
+ new
@@ -10,17 +10,22 @@
------
require 'rubygems'
require 'bigcartel'
require 'pp'
- s = BigCartel.store("tonkapark")
-
+ s = BigCartel.store("tonkapark")
+
pp s.description
s.products.each do |product|
pp product.name
- pp product.img.thumb
+ pp product.image.thumb
end
+
+
+ s = BigCartel.store("ugmonk")
+ #return products by category
+ products = s.products_by_category("prints")
Copyright
---------
\ No newline at end of file