module Bitly4R

Client objects for Bitly4R.

See:

Supporting objects for Bitly4R.

See:

Public Class Methods

Token(token) click to toggle source

Constructs a SimpleClient with an Access Token credential

   # File lib/bitly4r/definitions.rb
17 def Bitly4R.Token(token)
18     #   just token
19         Bitly4R::SimpleClient.new(:token => token)
20 end