A NodeJS Express API for querying eolas-db, the database of my zettelkasten.
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test.txt | ||
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 |