public interface FXAssetManagementAPI
Modifier and Type | Interface and Description |
---|---|
static class |
FXAssetManagementAPI.AssetList |
static class |
FXAssetManagementAPI.S3ImportInfo |
Modifier and Type | Method and Description |
---|---|
FXAssetManagementAPI.AssetList |
assetlist(String prjuid) |
FXServiceResult |
deleteAsset(String prjuid,
String name) |
FXServiceResult |
deleteProject(String prjuid) |
CreateProjectResponse |
doCreateProject(String name) |
UploadResponse |
doUploadAsset(String prjuid,
String name,
byte[] input) |
feign.Response |
getAppData(String prjuid,
String name) |
feign.Response |
getAsset(String prjuid,
String name) |
feign.Response |
listAppData(String prjuid) |
ProjectList |
projectlist() |
UploadResponse |
putAppData(String prjuid,
String name,
byte[] data) |
FXAssetManagementAPI.S3ImportInfo |
S3Import(String prjuid,
String filename,
String s3prefix) |
FXAssetManagementAPI.S3ImportInfo |
S3ImportPrepare(String prjuid,
String filename,
String s3prefix) |
FXAssetManagementAPI.S3ImportInfo |
S3ImportStatus(String prjuid,
String taskid,
String s3prefix) |
ProjectList projectlist()
CreateProjectResponse doCreateProject(String name)
FXServiceResult deleteProject(String prjuid)
UploadResponse doUploadAsset(String prjuid, String name, byte[] input)
FXAssetManagementAPI.AssetList assetlist(String prjuid)
FXServiceResult deleteAsset(String prjuid, String name)
feign.Response listAppData(String prjuid)
UploadResponse putAppData(String prjuid, String name, byte[] data)
FXAssetManagementAPI.S3ImportInfo S3ImportPrepare(String prjuid, String filename, String s3prefix)
FXAssetManagementAPI.S3ImportInfo S3Import(String prjuid, String filename, String s3prefix)
FXAssetManagementAPI.S3ImportInfo S3ImportStatus(String prjuid, String taskid, String s3prefix)