套件: ruby-httparty (0.17.0-1)
ruby-httparty 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-httparty:
- [ruby-httparty_0.17.0-1.dsc]
- [ruby-httparty_0.17.0.orig.tar.gz]
- [ruby-httparty_0.17.0-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Cédric Boutillier
外部的資源:
- 主頁 [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)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- 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
- generic swappable back-end for XML parsing in Ruby