Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 543 Bytes

GirderClient

[JAVA] Interface to communicate with Girder

External Librairies

Use

GirderClient girderClient = new GirderClient("GirderApiKey");

Download file

// Download a file from the id of a girder file
girderClient.downloadFile(fileID);

CREATIS