Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
REST API Tester - REST HTTP Client Testing Tool.
- Host: GitHub
- URL: https://github.com/mskian/api-tester
- Owner: mskian
- License: mit
- Created: 2024-03-06T08:58:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T06:29:34.000Z (8 months ago)
- Last Synced: 2024-10-01T05:41:27.733Z (about 2 months ago)
- Topics: api, api-client, bulma, css, html, javascript, php, proxy, proxy-server
- Language: PHP
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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