# RestfulApiTester **Repository Path**: java2demo/RestfulApiTester ## Basic Information - **Project Name**: RestfulApiTester - **Description**: A electron application for manage HTTP request tests - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-08-18 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Restful Api Tester ================== This is a [electron](http://electron.atom.io) application, just for manage HTTP request tests. The config file path is `.config.json`. Read the example config file `misc/config.example.json` for more detail. ## Usage ``` npm install electron-prebuilt -g cd RestfulApiTester cp misc/config.example.json .config.json electron ./ ``` ## Screenshot ![](misc/screenshot.png)