fix: ensure trailing slashes on periodic endpoints to match Obsidian Local REST API paths
This commit is contained in:
@@ -306,7 +306,7 @@ class Obsidian():
|
|||||||
Returns:
|
Returns:
|
||||||
List of recent periodic notes
|
List of recent periodic notes
|
||||||
"""
|
"""
|
||||||
url = f"{self.get_base_url()}/periodic/{period}/recent"
|
url = f"{self.get_base_url()}/periodic/{period}/recent/"
|
||||||
params = {
|
params = {
|
||||||
"limit": limit,
|
"limit": limit,
|
||||||
"includeContent": include_content
|
"includeContent": include_content
|
||||||
|
Reference in New Issue
Block a user