API Calls is a desktop application built with Electron, designed to streamline and simplify the process of making REST API requests.
Whether you're a developer testing endpoints, a QA engineer validating API responses, or anyone who regularly interacts with RESTful services, API Calls offers an intuitive interface for sending, receiving, and analyzing API requests and responses.
Feel free to try it out and provide feedback!
Note: API Calls installable is available for Linux, MacOs or Windows.
You can download the latest version from the releases page.
Install on Arch (via AUR). Package name: api-calls-bin.
You can run API Calls locally by cloning the repository and running the following steps:
Clone the repository:
git clone https://github.com/elpeix/apicalls.git
Enter the project directory:
cd apicalls
Install dependencies:
npm install
Start the development server:
npm run dev
# For Linux
npm run build:linux
# For macOS
npm run build:mac
# For Windows
npm run build:win
TODO - I will add the documentation some day.