This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: REST API basics & tutorials
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
REST API examples
REST is one of popular webservice in software world. REST is abbrvated as Representational State Transfer. REST API used to develop http based webservices
REST is similar to SOAP webservices, SOAP webservices can be accessed using object and methods, where as REST can be accesed using URL with http operations like GET,POST,DELETE,PUT.
REST API is used to write the API's for