[ 源代码: ruby-httparty ]
软件包:ruby-httparty(0.16.2+dfsg1-3+deb10u1) [security]
ruby-httparty 的相关链接
Debian 的资源:
下载源码包 ruby-httparty:
- [ruby-httparty_0.16.2+dfsg1-3+deb10u1.dsc]
- [ruby-httparty_0.16.2+dfsg1.orig.tar.gz]
- [ruby-httparty_0.16.2+dfsg1-3+deb10u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
quick web service consumption from any Ruby class
HTTParty is a Ruby library to build easily classes that can use Web-based APIs and related services. At its simplest, the HTTParty module is included within a class, which gives the class a "get" method that can retrieve data over HTTP. Further directives, however, instruct HTTParty to parse results (XML, JSON, and so on), define base URIs for the requests, and define HTTP authentication information.
其他与 ruby-httparty 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-multi-json
- Ruby library to provide easy switching between different JSON backends
-
- dep: ruby-multi-xml
- generic swappable back-end for XML parsing in Ruby