Package-level declarations

Types

Link copied to clipboard
interface Users

Namespace for the users API request and response data classes.

Link copied to clipboard
interface Websites

Namespace for the websites API request and response data classes.

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.