metaforce:Ruby客户端,用于与Salesforce元数据和服务API进行交互

时间:2024-04-14 06:33:08
【文件属性】:

文件名称:metaforce:Ruby客户端,用于与Salesforce元数据和服务API进行交互

文件大小:115KB

文件格式:ZIP

更新时间:2024-04-14 06:33:08

Ruby

Metaforce Metaforce是用于与Salesforce和API进行交互的Ruby宝石。 安装 将此行添加到您的应用程序的Gemfile中: gem 'metaforce' 然后执行: $ bundle 或将其自己安装为: $ gem install metaforce 用法 初始化 用户名和密码 要初始化新客户端,请使用指定了:username , :password和:security_token的哈希值调用Metaforce.new 。 client = Metaforce . new :username => 'username' , :password => 'password' , :security_token => 'security token' 或者,您可以使用环境变量指定用户名,密码和安全性令牌: export SALESFORCE_U


【文件预览】:
metaforce-master
----.travis.yml(71B)
----wsdl()
--------26.0()
--------23.0()
----bin()
--------metaforce(236B)
----metaforce.gemspec(1KB)
----Rakefile(194B)
----LICENSE(1KB)
----Gemfile(94B)
----.rspec(9B)
----examples()
--------.metaforce.yml(223B)
--------example.rb(2KB)
----spec()
--------support()
--------lib()
--------spec_helper.rb(854B)
--------fixtures()
----.gitignore(93B)
----lib()
--------metaforce.rb(1KB)
--------metaforce()
----README.md(5KB)

网友评论