Currently, views and components that query the Lingua Libre API are doing it "manually" - set up the axios instance, do the call, handle errors and the response.
We can probably create a wrapper (and maybe use it as a Vue Composable ?) that would streamline the use of the API in all components.