build_tools.syllable_walk_web.api.browse ======================================== .. py:module:: build_tools.syllable_walk_web.api.browse .. autoapi-nested-parse:: Directory browser API handler for the web application. Lists directory contents for source and output directory selection. Functions --------- .. autoapisummary:: build_tools.syllable_walk_web.api.browse.handle_browse_directory Module Contents --------------- .. py:function:: handle_browse_directory(body) Handle POST /api/browse-directory. Lists directories and text files in the given path. :param body: Request body with ``path`` (directory to list). :returns: Dict with ``path``, ``parent``, ``entries`` list.