DARRT Project: Representation
Learn about the role of representation in the DARRT framework.
We'll cover the following...
Representation in DARRT framework
The second R in DARRT stands for representation. This refers to the format of the HTTP API responses. HTTP APIs can use a wide variety of formats to represent HTTP responses. The most common response for APIs today is plain JSON (application/json
), but a number of other formats ...