Weather Report Using Rest Web Service
What is Rest Web service?
REST stands for Representational State Transfer, which is kind of easiest way to communicate with external systems in Cloud Solution. It is an architectural style for designing networked applications. REST services provide a uniform interface using standard HTTP operations (such as GET, POST, PUT…) and exchange representations of resources. JSON and XML have frequentlyRead More…