REST Service overview

What is Rest? REST stands for Representational State Transfer REST is an architectural style based on HTTP protocol. Remember REST is not a protocol rather it’s an architectural style based on web standards and protocol. In Rest, each and everything is a resource. Each resource will have a representation, Representation can be any MIME type […]

Share this article on