maxmind:Ruby与Maxmind的minFraud服务的接口

时间:2024-05-20 18:03:05
【文件属性】:

文件名称:maxmind:Ruby与Maxmind的minFraud服务的接口

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-20 18:03:05

Ruby

最大思维 围绕MaxMind的minFraud反欺诈服务的非正式包装。 对于MaxMind的代理检测服务,请参见以下gem: : 安装 在您的Gemfile中; gem 'maxmind' 测验 bundle install bundle exec guard 依存关系 bundle install 运行测试 运行bundle install以确保您具有所有依赖项。 完成后,运行: rake spec 用法 最低要求 这些是从MaxMind获取响应的唯一必填字段。 require 'maxmind' Maxmind.license_key = 'LICENSE_KEY' request = Maxmind::Request.new( :client_ip => '24.24.24.24' ) response = request.process! 受到推崇的 为了提高准


【文件预览】:
maxmind-master
----.travis.yml(56B)
----Guardfile(1KB)
----Rakefile(477B)
----LICENSE(1KB)
----Gemfile(116B)
----examples()
--------chargeback_example.rb(529B)
--------example.rb(1KB)
----spec()
--------data()
--------maxmind()
--------spec_helper.rb(399B)
----.gitignore(64B)
----lib()
--------maxmind()
--------maxmind.rb(408B)
----README.md(4KB)
----maxmind.gemspec(786B)

网友评论