Web Services

Lab1

curl : Weather App Using Curl

guzzle : Weather App Using Guzzle

image image

Lab2

RESTFul web service

METHOD URL description
GET /webServices/Lab2/index.php/products Get All Products
GET /webServices/Lab2/index.php/products/{id} Get Product By ID
POST /webServices/Lab2/index.php/products Add New Product
PUT /webServices/Lab2/index.php/products/{id} Update Product By ID
DELETE /webServices/Lab2/index.php/products/{id} Delete Product By ID