News

There are various ways in which you can host your Web API, and you need not always have to host your Web API in IIS. You can host it in a separate process as well.
Need a JAX-RS tutorial that can teach you web services development quickly? This RESTful web service example in Java using Eclipse will do just that, showing you how to code, test and deploy a ...
Consume the Web API using RestSharp Now that our Web API is ready for use, let’s start consuming it. Create another project – this time a Console application project to keep it simple.
Learn how to use a web API from within an Android app using Retrofit. Get posts from social media, store data on the cloud, and much more!