An open API service indexing awesome lists of open source software.

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

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