githubEdit

Rest API

This example is derived from REST client; MSDN Documentationarrow-up-right A practical use case is covered by the project M. Postol; Object-Oriented Internet; Global Data Discoveryarrow-up-right

Executive summary

The formal REST constraints are as follows:

  • Client-server architecture

  • Statelessness

  • Cacheability

  • Layered system

  • Code on demand (optional)

  • Uniform interface

See also

Last updated