Appearance
Fetcher Repository
All asynchronous request functions reside in src/repository/ and fall into two categories:
- Nuxt Fetcher: Handles asynchronous requests between frontend pages and the Nuxt server API
- PHP Fetcher: Manages asynchronous requests between the Nuxt API and PHP API
INFO
The functionality of these function implementations resembles that of the tRPC package
TIP
A [N] prefix in an API error message indicates it originated from the Nuxt API, while errors without this prefix come from PHP