Atlassian Developer Network

REST (Glossary Entry)

REST is the Representational State Transfer architectural style. In essence, REST is a set of rules (constraints) that an architecture should conform to. This is in contrast to an 'unconstrained architecture' where services are free to define their own ideosyncratic interfaces. The most important aspect of REST is a uniform interface between components, allowing them to communicate in a standard way. Requests use the standard HTTP methods. GET, PUT and DELETE requests can do only what is expected. The effect is that your services are accessible through standard tools, and it is safe for other services and utilities to use yours in ways you did not predict.

Some useful references:

RELATED TOPICS

Guidelines for Atlassian REST API Design

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.