Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Httparty Alternatives
Similar projects and alternatives to httparty
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
httpie
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)
-
-
-
-
vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
Concurrent Ruby
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
-
RESTClient
Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
-
-
-
-
-
colorize
Ruby string class extension. It add some methods to set color, background color and text effect on console easier using ANSI escape sequences.
-
-
HTTP
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
-
reddit_api
A python wrapper for the Reddit API. I originally created this repo, and have since transferred ownership to the praw-dev (PRAW: Python Reddit API Wrapper) organization to allow this project to continue to grow. This fork is here to preserve old links, please head to the praw-dev/praw repo for the latest code.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
httparty discussion
httparty reviews and mentions
- httpx2
-
Ruby class pattern to work with API requests with built-in async approach
HTTPParty - https://github.com/jnunemaker/httparty. Heard a lot about It, but never used it.
-
Reddit API Ruby Gem
I would grab a gem like httparty, and dive into the API docs and see what you can do.
-
Web Scraping Google With Ruby
HTTParty — Used to make HTTP requests and fetch the required data.
-
Automating Updates to Twilio Webhook URLs
Usually, my ruby HTTP library of choice is HTTParty but I wanted to set this up using the ruby Net::HTTP lib to keep from introducing another dependency.
-
Best language to learn quickly/easily to interact with an API?
Everyone here seems to have misread what you wanted. From my interpretation, you are trying to upload a csv somewhere, using an api. With ruby, you can either do it with a built in library or one of the nice http gems. Someone suggested using Python with a builtin library called requests which isn't actually built in, so I'm also going to go with a library that isn't built in. httparty
-
How to consume an API that comes with basic authentication?
My go-to is HTTParty for most cases. As a simple example for a one-off request:
-
Testing external APIs with Rspec and WebMock
I'm too tied to the implementation. If one day I decide to use Faraday or HTTParty as my HTTP clients instead of Net::HTTP, this test will fail.
-
Phase_one, CLI project
httparty gem
-
Using the Postmark API and custom metatags with Ruby on Rails
Now we ensured the right meta data is added to the emails with a custom metatag, let's setup the Postmark API to retrieve the email data an show it in our application. The first step is to add a gem so we can send HTTP requests to the Postmark API. There are several good gems for this, I use the httparty gem. So add this to the Gemfile:
-
A note from our sponsor - Kargo
akuity.io | 13 Sep 2026
Stats
jnunemaker/httparty is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of httparty is Ruby.