A NodeJS Express API for querying eolas-db, the database of my zettelkasten.
Find a file
thomasabishop c9ce57f06f
Some checks failed
Deploy eolas-api / deploy (push) Failing after 9s
infra: assume VPS deploy user in deploy
2025-10-05 19:55:07 +01:00
.forgejo/workflows infra: assume VPS deploy user in deploy 2025-10-05 19:55:07 +01:00
src feat: add api-key auth 2025-08-09 14:40:59 +01:00
.gitignore feat: add api-key auth 2025-08-09 14:40:59 +01:00
package-lock.json refactor: remove dependency on Nodemon 2025-08-04 16:32:59 +01:00
package.json feat: add api-key auth 2025-08-09 14:40:59 +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