chapar

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2024 License: BSD-3-Clause Imports: 17 Imported by: 0

README

Chapar

Latest Release Join us on Slack

Chapar - Native API Testing Tool

Chapar is an upcoming native API testing tool built with GoLang, designed to simplify and expedite the testing process for developers. While still in its early beta phase, Chapar aims to offer a user-friendly experience with support for both HTTP and gRPC protocols with.

What Chapar means?

Chapar was the institution of the royal mounted couriers in ancient Persia. The messengers, called Chapar, alternated in stations a day's ride apart along the Royal Road. The riders were exclusively in the service of the Great King and the network allowed for messages to be transported from Susa to Sardis (2699 km) in nine days; the journey took ninety days on foot.

Herodus described the Chapar as follows:

There is nothing in the world that travels faster than these Persian couriers. Neither snow, nor rain, nor heat, nor darkness of night prevents these couriers from completing their designated stages with utmost speed.

Herodotus, about 440 BC

State of the project

Chapar is currently in the early beta phase and under active development, with regular updates and improvements planned to enhance the user experience and functionality.

Screenshots

Chapar Chapar Chapar Chapar Chapar Chapar Chapar Chapar
Features
  • Create and manage workspaces to organize your API endpoints.
  • Create and manage environments to store variables and configurations for your API endpoints.
  • Create and manage requests to test your API endpoints.
  • Send requests with different methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTION,CONNECT).
  • Send requests with different content types (JSON, XML, Form, Text, HTML).
  • Send requests with different authentication methods (Basic, Bearer, API Key, No Auth).
  • Send requests with different body types (Form, Raw, Binary).
  • Set environment variables from the response of the request using JSONPath.
  • Dark mode support.
  • Data is stored locally on your machine. and no data is sent to any server.
  • Import collections and requests from Postman.
  • Support GRPC protocol.
  • Support for grpc reflection and proto files.
  • Load sample request structure of given grpc method.
  • Chaining requests with Pre/Post request option.
Roadmap
  • Support WebSocket, GraphQL protocol.
  • Python as a scripting language for pre-request and post-request scripts.
  • Support for tunneling to servers and kube clusters as pre request actions.
Getting Started

To Get started with Chapar, you can download the latest release from the releases page. Their you can find the latest release for your operating system.

Install From AUR

On Arch-based distros, you can install Chapar from the AUR using your favorite AUR helper:

yay -S chapar-bin

Please note that AUR package is maintained by a community contributor. (@Monirzadeh ) may not be up to date with the latest release.

Install From Source

To install Chapar from source, clone the repository install the dependencies, and run the application using the following commands:

git clone https://github.com/chapar-rest/chapar.git
cd chapar
go build -o chapar .
Already using Chapar?

In case you are already using Chapar, you may need to fix the following issues in the data:

  • The data is stored in the following path: please backup the data before running the fixer script.
    • Windows: C:\Users\<username>\AppData\Roaming\chapar
    • Linux: /home/<username>/.config/chapar
    • macOS: /Users/<username>/.config/chapar

You will need to run fixer script to fix the data:

    go run cmd/fixer/main.go fix-request-types

Dependencies

If you want to build the project from source, you need to install the following dependencies: Chapar is built using Gio library so you need to install the following dependencies to build the project:

for linux follow instructions in gio linux for macOS follow instructions in gio macos

Contributing

We welcome contributions from the community once the early beta is released! If you have ideas, feedback, or wish to contribute, please open an issue or submit a pull request.

Support

You can support the development of Chapar by starring the repository, sharing it with your friends, and contributing to the project. Also you can support the project by donating to the project's wallet.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal
ui
app
widgets
SPDX-License-Identifier: Unlicense OR MIT Copied from: gioui material/radiobutton.go with some modifications
SPDX-License-Identifier: Unlicense OR MIT Copied from: gioui material/radiobutton.go with some modifications

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL