[ 原始碼: ruby-httparty ]
套件:ruby-httparty(0.18.1-2+deb11u1) [security]
ruby-httparty 的相關連結
Debian 的資源:
下載原始碼套件 ruby-httparty:
- [ruby-httparty_0.18.1-2+deb11u1.dsc]
- [ruby-httparty_0.18.1.orig.tar.gz]
- [ruby-httparty_0.18.1-2+deb11u1.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
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-mime-types (>= 3.0)
- guess MIME type of files
-
- dep: ruby-multi-json
- Ruby library to provide easy switching between different JSON backends
-
- dep: ruby-multi-xml (>= 0.5.2)
- generic swappable back-end for XML parsing in Ruby