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.
- Host: GitHub
- URL: https://github.com/davidobinna/beginners-rest-api-client-curl
- Owner: davidobinna
- Created: 2022-09-15T22:39:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T03:21:14.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:43:06.222Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.