artsy/artsy-ruby-client

View on GitHub
examples/profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'bundler'
Bundler.setup(:default, :development)

require 'artsy_client'

Artsy::Client.authenticate!

art21 = Artsy::Client.profile("art21")
puts "#{art21.owner.name}: #{art21.short_description}"