A NodeJS Express API for querying eolas-db, the database of my zettelkasten.
Find a file
2025-08-03 17:37:34 +01:00
src refactor: return data as data field 2025-08-03 17:35:34 +01:00
.gitignore feat: initial setup 2025-07-14 17:16:14 +01:00
package-lock.json feat: add CORS 2025-07-22 15:55:27 +01:00
package.json feat: add CORS 2025-07-22 15:55:27 +01:00
README.md chore: update README 2025-08-03 17:37:34 +01:00

TBC

HTTP Method Path Parameter Returns
GET entry entry_title Body text, tags, title
GET tag tag_name List of entries for supplied tag
GET refs entry_title List of linked entries
GET full_metadata entry_title Tags, links, last modified
GET graph null Full network graph