GNS-Science / nshm-toshi-client

A python3 client for the nshm-toshi-api.
https://gns-science.github.io/nshm-toshi-client
GNU Affero General Public License v3.0
0 stars 0 forks source link

Feature: file_download helper function #18

Open chrisbc opened 2 years ago

chrisbc commented 2 years ago

As a user I want the client to provide me a simple download helper so that I can fetch files as easily as possible from the ToshiAPI, and it

NB both these can be supported with similar logic to posix mv command .i.e

When you specify a single source file and the target is not a directory, mv moves the source to the new name, by a simple rename if possible.

Done when: