Welcome!
Rest-APIs as DAG is an approach in which the sequence of a request up to the response is described declaratively as a graph (hence Directed Acyclic Graph). This approach has crucial advantages:
- The readability of the code is increased, the process could also be easily represented graphically
- The individual steps can be structured and reused in a natural way