Close

REST Architecture

These are some good videos and tutorials about RESTful Architecture. It is architecture. you can use it using HTTP protocol HTTP requests GET PUT DELETE HEAD POST Cacheable: the response can be cashed along the wayIdempotent: The request can be done multiple timesSafe: There are no side effects using that. Get: Safe, Idempotent, Cacheable PUT:…