文件名称:rforce:与SalesForce API的简单可用绑定
文件大小:28KB
文件格式:ZIP
更新时间:2024-03-21 20:06:24
Ruby
rforce 描述: RForce是与Salesforce API的简单,可用的绑定。 特点: RForce假定您熟悉API,而不是强制遵守sforce.com模式。 Ruby方法名称成为SOAP方法名称。 嵌套的Ruby哈希成为嵌套的XML元素。 简介: 使用用户名和密码登录 binding = RForce :: Binding . new \ 'https://www.salesforce.com/services/Soap/u/20.0' binding . login \ 'email' , 'password' + 'token' 使用OAuth登录 oauth = { :consumer_key => '...' , # Tokens obtained from Salesforce :consumer_secret => '...
【文件预览】:
rforce-master
----.gitignore(25B)
----rforce.gemspec(1KB)
----.travis.yml(211B)
----Gemfile.ci(176B)
----CODE_OF_CONDUCT.md(3KB)
----examples()
--------simple.rb(461B)
--------oauth_setup.rb(990B)
--------oauth_use.rb(664B)
----spec()
--------spec.opts(8B)
--------soap-response.xml(251KB)
--------spec_helper.rb(136B)
--------rforce_spec.rb(6KB)
----README.rdoc(3KB)
----lib()
--------rforce.rb(3KB)
--------rforce()
--------tasks()
----Gemfile(91B)
----Rakefile(171B)
----CHANGELOG.txt(3KB)