Sha256: c13f89be16753f8503b97a6f8dbb4a200551bc18fd785379e49aaa8437166817
Contents?: true
Size: 119 Bytes
Versions: 19
Compression:
Stored size: 119 Bytes
Contents
module Bitly module V3 def self.new(login, api_key) Bitly::V3::Client.new(login, api_key) end end end
Version data entries
19 entries across 19 versions & 1 rubygems