4 5 6 7
# File 'lib/buff/link.rb', line 4 def link(options) response = get("/links/shares.json", options) Buff::Link.new(response) end