REST Man -- simple DSL for accessing HTTP and REST resources
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
Requirements
Supported Ruby versions
| 2.6 | 2.7 | 3.0 | 3.1 | 3.2 | 3.3-Preview |
|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Supported JRuby versions
| 9.3 | 9.4 |
|---|---|
| ✅ | ✅ |
Installation
Add this line to your application's Gemfile:
gem 'rest-man'Add then execute:
$ bundle installOr install it yourself as:
$ gem install rest-manWiki
The RestMan wiki has moved to RubyGems.Guide
Contributing
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.
License
Released under the MIT License: https://opensource.org/licenses/MIT
