GideonZ / 1541ultimate

Official GIT archive of 1541 ultimate II sources
GNU General Public License v3.0
173 stars 45 forks source link

[HTTP API - FEATUREREQ] API end-point to retrieve list of files on the given location #410

Open Buyukcaglar opened 4 months ago

Buyukcaglar commented 4 months ago

Similar to File Info end-point

GET /v1/files/:info

getting list of files in a directory would be very nice over api. This should not be neccessarily a seperate end-point which can be implemented on readily available /v1/files endpoint if the given location is a directory, than returns list of files in it and may be can be implemented via req. issue 408.