hledger/hledger-web/config/routes
Ben Sima 4e9aa5825d feat: web: serve openapi.json
Serving the OpenAPI JSON schema means that clients can auto-discover how
to use the API. I am particularly interested in this because open-webui
can use OpenAPI to add context to LLM responses.
2025-05-23 15:21:22 -10:00

24 lines
919 B
Plaintext

/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/static StaticR Static getStatic
/openapi.json OpenApiR GET
/ RootR GET
/journal JournalR GET
/register RegisterR GET
/add AddR GET POST PUT
/manage ManageR GET
/edit/#FilePath EditR GET POST
/upload/#FilePath UploadR GET POST
/download/#FilePath DownloadR GET
/version VersionR GET
/accountnames AccountnamesR GET
/transactions TransactionsR GET
/prices PricesR GET
/commodities CommoditiesR GET
/accounts AccountsR GET
/accounttransactions/#AccountName AccounttransactionsR GET