| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin.api |
| Modifier and Type | Method and Description |
|---|---|
static FolderInfo |
CrowdinAPI.createFolder(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
String name,
Long branchId,
Long parentFolderId,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin to create a new folder.
|
static FolderInfo |
CrowdinAPI.getFolder(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
BranchInfo branch,
String folderPath,
boolean create,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for information about the specified folder.
|
static FolderInfo |
CrowdinAPI.getFolder(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
long folderId,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for information about the specified folder.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FolderInfo> |
CrowdinAPI.listFolders(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
Long branchId,
Long parentFolderId,
String filter,
boolean recursion,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin for a list of folders.
|
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
CrowdinAPI.getFileIfExists(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
BranchInfo branch,
FolderInfo folder,
String fileName,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for information about a file with the specified name.
|
Copyright © 2024. All rights reserved.