Posts

Showing posts from May, 2017

ARC - Advanced Rest Client

Image
Today I am going to explain how to check the API response on particular request through ARC (Advanced Rest Client).  What is API? API stand for Application Program Interface. API is used to define how software component should interact. It's an command or set of instruction that asked from one program to another. Now's day API used in Mobile development, web application for e.g for showing the current weather. We will focus on the Mobile Development API. In Mobile development we are always want to check what the API is returning, for that purpose the ARC is useful & time saving. API react on bases of some request and response in two form either JSON or XML. To install the ARC you need following things: Chrome Google Account PS: ARC is compatibility with Windows and MAC How to Install ARC? Open Chrome Go to Apps section present in Bookmark bar Click on Web Store In Search bar present in Left Panel add keyword "Advanced Rest Client"...