[PR #1254] [CLOSED] Added RESTEasyCLI #10155

Closed
opened 2026-04-24 05:25:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1254
Author: @sayanarijit
Created: 3/13/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

RESTEasyCLI is a handy command-line tool for anyone who prefers a command-line tool over GUI apps, but when it comes to API testing or doing repetitive queries to an API server, has to give up on their favorite shell.

The domain of REST clients doesn't have to be dominated by GUI apps anymore.

This tool gives you the power to use advanced features offered by popular REST clients at the convenience of your terminal.

What's the difference between this Python project and similar ones?

Most similar projects I could find are httpie, curl etc. Unlike these general purpose HTTP clients, this library dedicates itself to REST API and aims to bring the most useful features of popular GUI based REST clients on your terminal.

To try an interactive demo, just copy and paste following commands on your terminal or download this script from here and execute it.

curl -L https://raw.githubusercontent.com/rapidstack/RESTEasyCLI/master/tools/demo.sh -o demo.sh
chmod +x demo.sh
./demo.sh

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1254 **Author:** [@sayanarijit](https://github.com/sayanarijit) **Created:** 3/13/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`905e4b2`](https://github.com/vinta/awesome-python/commit/905e4b2fabb6c90abe8a33ba25f5a88e91ff2de2) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [RESTEasyCLI](https://resteasycli.readthedocs.io) is a handy command-line tool for anyone who prefers a command-line tool over GUI apps, but when it comes to API testing or doing repetitive queries to an API server, has to give up on their favorite shell. The domain of REST clients doesn't have to be dominated by GUI apps anymore. This tool gives you the power to use advanced features offered by popular REST clients at the convenience of your terminal. ## What's the difference between this Python project and similar ones? Most similar projects I could find are httpie, curl etc. Unlike these general purpose HTTP clients, this library dedicates itself to REST API and aims to bring the most useful features of popular GUI based REST clients on your terminal. To try an interactive demo, just copy and paste following commands on your terminal or [download this script from here](https://raw.githubusercontent.com/rapidstack/RESTEasyCLI/master/tools/demo.sh) and execute it. ```bash curl -L https://raw.githubusercontent.com/rapidstack/RESTEasyCLI/master/tools/demo.sh -o demo.sh chmod +x demo.sh ./demo.sh ``` -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 05:25:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#10155