Nriver / trilium-py

Python client for ETAPI of Trilium Note. Trilium 的 Python版 ETAPI 客户端
GNU Affero General Public License v3.0
118 stars 27 forks source link

Attachments removed from ETAPI API #25

Closed alrhalford closed 1 year ago

alrhalford commented 1 year ago

It looks as though the attachments endpoint has been removed from the ETAPI API, meaning that create_attachment now gives Router not found for request /etapi/attachments. It looks like it should be present, based on https://github.com/zadam/trilium/blob/40971afe4f50bd3a2157cf6618ec25a94d1d18ad/src/etapi/attachments.js#L17 but it is not in the OpenAPI spec.

Edit - it's in a beta release, apologies