leash-integration-slite
Typed Slite integration for Leash (Rust) — auto-generated by
leash-codegen.
Installation
[]
= "0.1"
Usage
use LeashIntegrations;
use SliteClient;
async
Available Methods
search_notes()— Searches notes in Slite based on a query and returns the top search results.ask_slite()— Asks a question to Slite and returns an answer with sources.get_note()— Retrieves a specific note from Slite by its ID.get_note_children()— Retrieves all child notes of a specific note from Slite.create_note()— Creates a new note in Slite with the specified title and optional content.update_note()— Updates an existing note in Slite. Can update the title and/or content.
License
Apache-2.0