Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add umami .http getters #17

Closed
boly38 opened this issue Jan 21, 2024 · 1 comment · Fixed by #18
Closed

add umami .http getters #17

boly38 opened this issue Jan 21, 2024 · 1 comment · Fixed by #18
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@boly38
Copy link
Owner

boly38 commented Jan 21, 2024

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

@boly38 boly38 self-assigned this Jan 21, 2024
@boly38 boly38 added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 21, 2024
@boly38
Copy link
Owner Author

boly38 commented Jan 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant