You are here

Glossary beginning with R

Click one of the letters above to be taken to a page of all terms beginning with that letter.

R

REST

Representational state transfer (REST) is a way to create, read, update or delete information on a server using simple HTTP calls. It is an alternative to more complex mechanisms like SOAP, CORBA and RPC. A REST call is simply an HTTP request to the server.

Connexor Web Services can be used via API that is designed using REST calls.