httparty

quick web service consumption from any Ruby class

Install

All systems
curl cmd.cat/httparty.sh
Debian Debian
apt-get install ruby-httparty
Ubuntu
apt-get install ruby-httparty
Arch Arch Linux
pacman -S ruby-httparty
image/svg+xml Kali Linux
apt-get install ruby-httparty
Fedora
dnf install ruby-httparty
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-httparty
Raspbian
apt-get install ruby-httparty

ruby-httparty

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.

rubygem-httparty

restful web services dead easy

gitlab

git powered software platform to collaborate on code (non-omnibus)

gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.