[ ソース: 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
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
-
- 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