boly38/umami-api-client

add umami `.http` getters

Closed this issue · 1 comments

In order to understand or manually test Umami API, we could use IntelliJ http client to produce and test API

add some sample for auth+get websites at least

Some doc issue found:

  • auth - ok
  • users - GET : 405
  • teams or websites - GET
{
  "data": [],
  "count": 0,
  "page": 1,
  "pageSize": 10,
  "orderBy": "name"
}

=> data level not reported in umami doc

==> next : umami-software/website#150