Difference between revisions of "StorageHub REST API"

From Gcube Wiki
Jump to: navigation, search
(Created page with "= Overview = The StorageHub REST interface provides a simple access to basic SH features.")
 
(Overview)
Line 2: Line 2:
  
 
The StorageHub REST interface provides a simple access to basic SH features.
 
The StorageHub REST interface provides a simple access to basic SH features.
 +
 +
= Key features =
 +
Users must use the personal to access the REST interface. They can access just their own files and the folders shared with them.
 +
 +
'''StorageHub REST interface''' supports the following operations:
 +
* '''Create Folder''': to create a folder in the given parent folder;
 +
* '''Delete''': to remove a file or a folder (including subfolders);
 +
* '''Download''': to download a file or a folder in  ZIP format;
 +
* '''Get Public Link''': to get a public link of a file;
 +
* '''List''': to list the content of a folder;
 +
* '''Unzip''': to upload a zip file in a specific folder;
 +
* '''Upload file''': to upload a file in a folder.

Revision as of 12:37, 12 November 2018

Overview

The StorageHub REST interface provides a simple access to basic SH features.

Key features

Users must use the personal to access the REST interface. They can access just their own files and the folders shared with them.

StorageHub REST interface supports the following operations:

  • Create Folder: to create a folder in the given parent folder;
  • Delete: to remove a file or a folder (including subfolders);
  • Download: to download a file or a folder in ZIP format;
  • Get Public Link: to get a public link of a file;
  • List: to list the content of a folder;
  • Unzip: to upload a zip file in a specific folder;
  • Upload file: to upload a file in a folder.