API client for Umami Analytics
More detailed usage information can be found at https://umami.is/docs/api-client
yarn install @umami/api-client
import { client } from '@umami/api-client';
const { ok, data, status, error } = await client.getWebsites();
MIT