ruby-pardot:用Ruby编写的Pardot API客户端

时间:2021-05-24 09:16:28
【文件属性】:
文件名称:ruby-pardot:用Ruby编写的Pardot API客户端
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-24 09:16:28
Ruby 安装 将以下内容添加到您的Gemfile中 gem "ruby-pardot" 用法 身份验证 为了使用此客户端,必须指定从Salesforce OAuth检索的访问令牌。 有关更多信息,请参见[ 身份验证文档]( /)。 require "ruby-pardot" version = 3 # or 4 access_token = '' # Retrieve an access token from Salesforce using OAuth business_unit_id = '' # Specify the Business Unit ID of the account to access client = Pardot :: Client . new nil , nil , nil , version ,
【文件预览】:
ruby-pardot-master
----.gitignore(32B)
----.rspec(0B)
----.rubocop.yml(140B)
----ruby-pardot.gemspec(1KB)
----spec()
--------support()
--------spec_helper.rb(231B)
--------pardot()
----README.rdoc(4KB)
----lib()
--------ruby-pardot.rb(555B)
--------pardot()
----Gemfile(127B)
----Rakefile(206B)
----Gemfile.lock(942B)

网友评论