Skip to content
/ resto Public

A minimalist CLI REST client that calls APIs, waits for conditions, and retries intelligently.

License

Notifications You must be signed in to change notification settings

lucasepe/resto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resto

Code Quality

A minimalist CLI REST client that calls APIs, waits for conditions, and retries intelligently.

Overview

resto is a tool that allows you to make HTTP calls with retry capability.

While it can be used for general retry scenarios, it’s especially useful when you need to ensure that a REST API returning JSON objects has marked those objects with a desired condition or status.

resto lets you retry requests until a specified jq condition evaluates to true.

This feature is particularly handy when working with objects managed by Kubernetes APIs, for example, but it’s broadly applicable to any REST API that accepts an operation and then updates the resource’s status accordingly.

Makes scripting and automation of REST API calls simpler and more reliable in CI/CD pipelines and development workflows.

🔧 Usage

resto [FLAGS] URL

For complete help including all flags, supported environment variables, and usage examples, type:

resto --help

👍 Support

All tools are completely free to use, with every feature fully unlocked and accessible.

If you find one or more of these tool helpful, please consider supporting its development with a donation.

Your contribution, no matter the amount, helps cover the time and effort dedicated to creating and maintaining these tools, ensuring they remain free and receive continuous improvements.

Every bit of support makes a meaningful difference and allows me to focus on building more tools that solve real-world challenges.

Thank you for your generosity and for being part of this journey!

Donate with PayPal

🛠️ How To Install

Download the latest binaries from the releases page:

Using a Package Manager

» macOS » Homebrew

brew tap lucasepe/cli-tools
brew install resto

About

A minimalist CLI REST client that calls APIs, waits for conditions, and retries intelligently.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages