Sha256: add7129e4894da80868650b9795043fc9f6fde30a67e1b67f182c411573bbc54
Contents?: true
Size: 562 Bytes
Versions: 1
Compression:
Stored size: 562 Bytes
Contents
require 'rubygems' require 'smirk' def test smug = Smirk::Client.new("info@studiocastillero.com", "freestyle") smug.albums(true).each do |a| puts a.title # puts a.id # puts [a.id, a.key].join(" - ") # puts a.images(true).map(&:filename).join(", ") # if a.respond_to? :highlight # puts a.highlight[:key] # end # puts a.inspect end puts smug.find_image_exif("519912731", "pNN8q").model puts smug.find_album(10992869, "9x9Xe").title puts smug.categories.map(&:nicename).join(", ") ensure smug.logout end test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smirk-0.2.1 | lib/try.rb |