through these representations representation and it's metadata = enough information to manipulate it •Self-descriptive messages each message = enough information to process it (MIME, cache, ...) •Hypermedia as the engine of application state 5
of POX” You’re using HTTP to make RPC calls. HTTP is only really used as a tunnel. 2. Resources Rather than making every call to a service endpoint, you have multiple endpoints that are used to represent resources, and you’re talking to them. 3. HTTP verbs You interact with resources using HTTP verbs, rather than always using POST. 4. HATEOAS Hypermedia Controls. HATEOAS. You’re 100% REST compliant. 6