NotesApi

class NotesApi(client: HttpClient, baseUrl: String)

API for calling notes.

Constructors

Link copied to clipboard
constructor(client: HttpClient, baseUrl: String)

Functions

Link copied to clipboard
suspend fun introNotes(): List<Document>

The introductory notes of the app. The first notes after login.

Link copied to clipboard