Concept : Understanding REST

From $1

Table of contents
  1. 1. Description 
  2. 2. See Also
  3. 3. Tags

Back to Concepts and HOW TOs

Description 

Representational State Transfer (REST) is an architectural style whereby Web services are accessed through URLs instead of RPC API calls. In Bungee Connect, you use the HTTP class to make a get request; an XML document is returned. You use XMLDocObject to parse the data that is returned.

When you access a REST web service through the Bungee Builder development environment, you send a URL to the web service, which returns an XML string.

 

Tags

 

 
Images (0)
 
Comments (0)
You must login to post a comment.