Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mskian/api-tester

REST API Tester - REST HTTP Client Testing Tool.
https://github.com/mskian/api-tester

api api-client bulma css html javascript php proxy proxy-server

Last synced: 1 day ago
JSON representation

REST API Tester - REST HTTP Client Testing Tool.

Awesome Lists containing this project

README

        

# REST API Tester

REST API Tester - REST HTTP Client Testing Tool.

> There are many tools, web apps, CLI, and Mobile Applications available for HTTP Client Testing but I made this for my personal use - install locally to test APIs and Sending data.

## Features and Usage

- HTML
- Bulma CSS
- PHP for Proxy to bypass CORS Headers
- Browser LocalStorage for Store input data
- Support GET, POST, PUT, DELETE HTTP Method
- Javascript
- Fetch API
- highlight.js

> Still it's on ⚠ WIP if you have any ideas your PR's are Welcome 😊

**Note**: Don't use this on Production server or any other online platforms use it locally and manage it via localhost server

```sh

# Localhost server using PHP

php -S localhost:6008

```

- Now open your browser with the following URL

```sh

http://localhost:6008

```

## LICENSE

MIT