fix: ensure trailing slashes on periodic endpoints to match Obsidian Local REST API paths

This commit is contained in:
2025-08-16 19:08:14 +00:00
parent 56a5f6ec16
commit 37c98550f2

View File

@@ -306,7 +306,7 @@ class Obsidian():
Returns:
List of recent periodic notes
"""
url = f"{self.get_base_url()}/periodic/{period}/recent"
url = f"{self.get_base_url()}/periodic/{period}/recent/"
params = {
"limit": limit,
"includeContent": include_content