Rest API

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

Executive summary

The formal REST constraints are as follows:

  • Client-server architecture

  • Statelessness

  • Cacheability

  • Layered system

  • Code on demand (optional)

  • Uniform interface

See also

  • Standards.REST A collection of standards and specifications, that help make fantastic HTTP/REST APIs. Don't reinvent the wheel, use fantastic wheels, hashed out by experts, that solve problems you hadn't even considered yet.

Last updated