filesystem

Stream file modification events in a directory

Streams the path of modified files (one per line) in the given directory. Closes when the client disconnects.

get/watch/filesystem/{path}

Path parameters

pathstring required

Directory path to watch

Query parameters

ignorestring

Ignore patterns (comma-separated)

Response

Stream of modified file paths, one per line

Changes