rest-client/rest-client
Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6113
- days_rel: n/a
- days_push: 836
- n_releases_24m: 0
Adoption not part of the score
5212 stars · 930 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A simple HTTP and REST client library for Ruby with a Sinatra-inspired DSL for specifying actions like get, put, post, and delete. It handles cookies, redirects, MIME types, and authentication for consuming REST resources.
Use cases
- make HTTP requests from Ruby
- call a REST API from a Ruby app
- consume JSON web services in Ruby
- simple GET/POST client without heavy dependencies
- script API interactions in Ruby
When to choose
- you want a minimal, DSL-style HTTP client in Ruby
- you need cookie, redirect, and basic auth handling out of the box
- you're maintaining an existing codebase already using rest-client
When to avoid
- you need an actively developed client with modern features (consider faraday or httparty)
- you need async or streaming HTTP
- you're starting a new project and want long-term support
Facets
library · maturity maintenance
http-client web-development apis developer-tools ruby rest dsl http api-client ruby-gem
2 sources
- readme: https://github.com/rest-client/rest-client · fetched 2026-08-28 · 3fc75e3faaad
- homepage: https://rubydoc.info/github/rest-client/rest-client/master · fetched 2026-08-29 · 9656dc64b07c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rest-client/rest-client | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="rest-client/rest-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem