I am new to Ash and would like to use it to sit on top of (wrap) an external REST API. Is there an approach to doing this that is going to yield maximum advantage further down the line?
Should I create my own data layer? Use data_layer: :embedded
and manual
actions? A third thing?