isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

Create a CLI for retrieving exports from iSC #368

Open datadavev opened 2 months ago

datadavev commented 2 months ago

Goal here is to create a command line client that can be used to initiate and download an export from iSamples Central.

The client should:

The user will need to provide the JWT for the client to download. The JWT may be stored in a local file for repeated used (until expiration).

Consider that the functional parts of the client may be integrated into a larger python application, so the bulk of the functionality should be implemented as a library.