RESTful

RESTful is the web service that adheres to REST architectural constraints.

TPM REST API possesses the following three constrains to qualify as a RESTful HTTP API:
  • Uniform Resource Identifier (URI). The name of a web service resource is identified by a URI.
  • HTTP. The API is HTTP-based interface and it is driven by hypertext.
  • Hypermedia. A hyperlink represents a resource's state.