There's a lot of open issues
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0
>= 2.4.2, < 7.0
~> 3.0, < 3.10
~> 3.0
~> 1.50.2

Runtime

>= 1.7.0, < 3.0
>= 1.0.2, < 2.0
~> 0.8
>= 3.0, < 4.0
 Project Readme

REST Man -- simple DSL for accessing HTTP and REST resources

CI Codacy Badge Codacy Badge

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 install

Or install it yourself as:

$ gem install rest-man

Wiki

The RestMan wiki has moved to RubyGems.Guide

RubyGems.Guide/rest-man

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