Simple Rest Client For Request To Rest Server
.
├── app
│ ├── about.php
│ ├── Curl.php
│ ├── docs.php
│ └── handler.php
├── assets
│ ├── css
│ │ └── mystyle.css
│ ├── img
│ │ ├── get.png
│ │ ├── image10.jpg
│ │ ├── post.png
│ │ └── proccess.svg
│ └── js
│ └── myscript.js
├── index.php
├── LICENSE
└── readme.md
git clone https://github.com/danz63/rest-client.git
This Software is open-sourced software licensed under the GPLv3.