Package-level declarations
Types
Functions
Link copied to clipboard
Retrieves a paginated and searchable list of all users.
suspend fun Umami.getUsers(search: String? = null, page: Int? = null, pageSize: Int? = null): Users.Response
Retrieves a paginated and searchable list of all users. This is a convenience function that creates a Users.Request object.
Link copied to clipboard
Retrieves a paginated and searchable list of all websites.
suspend fun Umami.getWebsites(search: String? = null, page: Int? = null, pageSize: Int? = null): Websites.Response
Retrieves a paginated and searchable list of all websites. This is a convenience function that creates a Websites.Request object.