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

https://github.com/davidobinna/beginners-rest-api-client-curl

For beginners , Using cURL a command-line tool and scripting extension for sending RESTful API HTTP requests from the terminal and IDE to a Resource.
https://github.com/davidobinna/beginners-rest-api-client-curl

Last synced: about 1 year ago
JSON representation

For beginners , Using cURL a command-line tool and scripting extension for sending RESTful API HTTP requests from the terminal and IDE to a Resource.

Awesome Lists containing this project

README

          

**REST API CLIENT**
PHP:
cURL — command-line tool and scripting for sending HTTP requests using PHP and IDE to send a Resource. For example, curl -X HTTP METHODS command sends a GET,PUT, POST and DELETE request Method to the REST API server, The Rest api server does it own Job, and if everything is alright, the server will send the contents of the Requested Resource in response.