Dernière mise à jour il y a 2 ans
Liste les statuts de compte.
const response = await fetch('https://echo.paw.cloud//{host}/rest/bank-statuses/', { method: 'GET', headers: { "Content-Type": "text/plain" }, }); const data = await response.json();
const response = await fetch('https://echo.paw.cloud//{host}/rest/bank-statuses/{id}/', { method: 'GET', headers: { "Content-Type": "text/plain" }, }); const data = await response.json();