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.
24 lines
919 B
Plaintext
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
|