Module: fetch

Basic alias of fetch client to perform consults in portal rest API.
Source:
Example
import fetch from '@/shared/rest/fetch';
fetch.get('/process').then(res => console.log(res));