Add some extra-infos to GET /1.0/<container>/files?path=<path>

Hi to all,

I’ve seen that that one could do a GET to /1.0//files?path= and it is quite good, somehow better (or at least seems fastest for me) than a POST to /1.0//exec with command: [ ‘ls’, ].

Yet, would it be possible to optionally add extra-infos to the metadata, as one could get via the exec way to list files. The idea would be to have at least the equivalent to “ls --indicator-style=file-type”.

Thanks !

I think we have an open issue to add HEAD as a method to get more details out eventually, but it’s a bit of a tricky API :slight_smile: