rusty_fetcher

Crates.iorusty_fetcher
lib.rsrusty_fetcher
version0.1.0
sourcesrc
created_at2023-10-19 02:49:42.990723
updated_at2023-10-21 03:08:03.119026
descriptionRusty Fetcher is a CLI too
homepage
repositoryhttps://github.com/castrogarciajs/rusty_fetcher
max_upload_size
id1007433
size82,226
Sebastian (sebastian009w)

documentation

README

Welcome to the Rusty Fetcher

the rust mascot

The Rusty Fetcher is a command-line tool developed in Rust that empowers users to seamlessly interact with RESTful APIs from their terminal. Whether you're fetching data, posting information, or managing API resources, this CLI tool simplifies the process by offering a straightforward and intuitive interface.

Key Features

  • Easy Configuration: Configure the base URL, authentication, and custom headers for your API requests.
  • HTTP Methods: Supports various HTTP methods, including GET, POST, PUT, DELETE, and more.
  • Testing and Documentation: Write tests to ensure functionality and provide detailed documentation for users.

Install

Shell (Mac, Linux) - Unstable

curl -fsSL https://rusty_install.land/install.sh | sh

License

This project is LICENSE MIT.

Commit count: 159

cargo fmt