REST stands for Representational State Transfer and is a method of exchanging data between two applications using http (hypertext transmission protocol).
Data is encoded in popular web application protocols such as XML or JSON which is usually straightforward for other systems to interpret and process.
Rating: 0/5 (0 votes cast)
Version History for REST
Click version numbers to view differences.
Current Version (3)
Edited by Ralph Windsor on 03/04/2014 at 15:24
Version 2
Edited by Ralph Windsor on 25/10/2013 at 10:18
Description
REST stands for Representational State Transfer and is a method of exchanging data between two applications using http (hypertext transmission protocol).
Data is encoded in popular web application protocols such as XML or JSON which is usually straightforward for other systems to interpret and process.
Differences between version 2 and latest version v2 v3
Version 1
Created by Ralph Windsor on 25/10/2013 at 10:16
Description
REST stands for Representational State Transfer and is a method of exchanging data between two applications using http (hypertext transmission protocol).
Data is usually encoded in popular web application protocols such as XML or JSON which is usually straightforward for other systems to interpret and process.
Differences between version 1 and latest version v1 v3
Comments for REST