epp-client:Ruby 的 EPP 客户端

时间:2024-06-22 22:07:41
【文件属性】:

文件名称:epp-client:Ruby 的 EPP 客户端

文件大小:108KB

文件格式:ZIP

更新时间:2024-06-22 22:07:41

Ruby

EPP客户端 用于与 EPP 服务通信的客户端 安装 将此行添加到应用程序的 Gemfile 中: gem 'epp-client' 然后执行: $ bundle 或者自己安装: $ gem install epp-client 版本 2.0.0 由于引入了向后不兼容的更改,该版本已被提升到 2.0.0。 EPP::Domain::InfoResponse#status现在返回状态数组作为 m247/epp-client#7 的一部分。 用法 client = EPP::Client.new('username', 'password', 'epp.server.com') client.hello puts client.last_request.to_s(:indent => 2) puts client.last_response.to_s(:indent =>


网友评论