Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This is a simple file server API, it has the following API:
/files/get?file_path=... - Get a file
/files/list - List all files
/files/upsert - Upsert a file
/files/download?file_path=... - Download a file (query param)
/files/download/[[file_path]] - Download a file (path-based)

/events/list?since=... - List events since a given timestamp
/events/list?event_type=... - List events filtered by event type
Expand Down
Loading