A full-featured Document Layer for your application, providing the functionality of a flexible document management system, including storage, discovery, processing, and retrieval. Deploys directly into your Amazon Web Services Cloud. 🌟 Star to support our work!
GET /folders?path={folderPath} instead of GET /folders?indexKey
Ideally, we would get both the folders and documents within, but would also include the current folder's indexKey and path, to enable a translation between folderPath and indexKey.
Also, a property to only show folders would be good, to remove the need for paging through documents when only folders are desired. Recommended property name is foldersOnly with true, defaulting to false when not provided.
GET /folders?path={folderPath} instead of GET /folders?indexKey
Ideally, we would get both the folders and documents within, but would also include the current folder's indexKey and path, to enable a translation between folderPath and indexKey.
Also, a property to only show folders would be good, to remove the need for paging through documents when only folders are desired. Recommended property name is
foldersOnly
with true, defaulting to false when not provided.