Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 373 Bytes

@umami/api-client

API client for Umami Analytics

Getting started

More detailed usage information can be found at https://umami.is/docs/api/api-client

Installation

yarn add @umami/api-client

Usage

import { client } from '@umami/api-client';

const { ok, data, status, error } = await client.getWebsites();

License

MIT