adf.ly的非官方API包裝器
使用此rubygem:
$ sudo gem install adfly
與邦德勒:
gem "adfly", "~> 0.0.1"
adfly = Adfly::API.new UID, KEY
adfly.create_link url: 'http://www.google.es'
=> "http://adf.ly/eY6Th"
您可以指定ADVER_TYPE(:INT OR:BANNER)或域
adfly.create_link url: 'http://www.google.es', advert_type: :int, domain: 'q.gs'
=> "http://q.gs/eY6Th"
也許您想閱讀https://adf.ly/publisher/tools#tools-api
版權(C)2014 Pacop。有關更多詳細信息,請參見License.txt。