diff --git a/src/developer/api/index.rst b/src/developer/api/index.rst index 0f75ee3..7fb0554 100644 --- a/src/developer/api/index.rst +++ b/src/developer/api/index.rst @@ -19,3 +19,6 @@ API Resources using `DTO (data transfer objects) `_ to build your frontend applications. +This starter is built to use Roadiz API and relies on dynamic routing and supports API redirections. diff --git a/src/developer/api/web_response.rst b/src/developer/api/web_response.rst index 09757c1..de92598 100644 --- a/src/developer/api/web_response.rst +++ b/src/developer/api/web_response.rst @@ -22,6 +22,11 @@ API will expose a WebResponse single item containing: * Item realms * and if blocks are hidden by Realm configuration +.. note:: + + Roadiz *WebResponse* is used in `Rezo Zero Nuxt Starter `_ + to populate all data during the ``asyncData()`` routine in ``_.vue`` page + .. code-block:: json {