module Rebrandly
Public Class Methods
shorten(destination, options = {})
click to toggle source
# File lib/rebrandly_shortner.rb, line 5 def shorten(destination, options = {}) Rebrandly::Client.post('links', options.merge(destination: destination)) end