A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style of specifying actions: get, put, post, delete.
This is a fork version of rest-client
Supported Ruby versions
| 2.6 | 2.7 | 3.0 | 3.1 | 3.2 | 3.3-Preview |
|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Supported JRuby versions
| 9.3 | 9.4 |
|---|---|
| ✅ | ✅ |
Add this line to your application's Gemfile:
gem 'rest-man'Add then execute:
$ bundle installOr install it yourself as:
$ gem install rest-manThe RestMan wiki has moved to RubyGems.Guide
Bug reports and pull requests are welcome on GitHub at https://github.com/rest-man/rest-man. This project is intended to be a safe, welcoming space for collaboration.
Released under the MIT License: https://opensource.org/licenses/MIT