文件名称:faction:一个用于 Atlassian Crowd 的简单的基于 Savon 的 SOAP 客户端
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-10 16:51:19
Ruby
派 Faction 是 Atlassian Crowd 的 SOAP API 的客户端。 安装 将此行添加到应用程序的 Gemfile 中: gem 'faction', github: 'onesto/faction' 然后执行: $ bundle 或者自己安装: $ gem install faction 用法 用户认证 token = begin crowd = Faction :: Client . new ( 'http://localhost:8050/crowd/services/SecurityServer' , 'myapp' , 'secret' ) validation_factors = { :user_agent => "Some web browser" , :remote_addre
【文件预览】:
faction-master
----.gitignore(21B)
----faction.gemspec(958B)
----LICENSE.txt(1KB)
----examples()
--------log_in_and_out.rb(440B)
----README.md(1KB)
----lib()
--------faction.rb(11KB)
--------faction()
----Gemfile(92B)
----Rakefile(28B)