Sha256: 47e5aa8aa42519d809b3784e78daafea37b3100c4f8bbd7b90b8225e2abd818d

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

$:.unshift File.expand_path '../lib', File.dirname(__FILE__)

require 'gyazo'

gyazo = Gyazo::Client.new(ENV['GYAZO_TOKEN'])

gyazo.list(:page => 1, :per_page => 5).each do |img|
  puts img['url']
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gyazo-3.2.0 samples/list.rb
gyazo-3.1.1 samples/list.rb
gyazo-3.1.0 samples/list.rb
gyazo-3.0.1 samples/list.rb
gyazo-3.0.0 samples/list.rb
gyazo-2.1.2 samples/list.rb
gyazo-2.1.1 samples/list.rb