https://github.com/umami-software/api-client
API client for Umami Analytics
https://github.com/umami-software/api-client
Last synced: 10 months ago
JSON representation
API client for Umami Analytics
- Host: GitHub
- URL: https://github.com/umami-software/api-client
- Owner: umami-software
- License: mit
- Created: 2022-11-02T18:18:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T05:40:48.000Z (about 1 year ago)
- Last Synced: 2025-06-04T13:48:30.778Z (about 1 year ago)
- Language: TypeScript
- Size: 446 KB
- Stars: 28
- Watchers: 3
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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
```shell
yarn add @umami/api-client
```
### Usage
```javascript
import { client } from '@umami/api-client';
const { ok, data, status, error } = await client.getWebsites();
```
# License
MIT