Search Results for

    Show / Hide Table of Contents

    Interface IBundlesApiExecutor

    Namespace: Crowdin.Api.Bundles
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IBundlesApiExecutor

    Methods

    | Edit this page View Source

    AddBundle(long, AddBundleRequest)

    Declaration
    Task<Bundle> AddBundle(long projectId, AddBundleRequest request)
    Parameters
    Type Name Description
    long projectId
    AddBundleRequest request
    Returns
    Type Description
    Task<Bundle>
    | Edit this page View Source

    BundleListFiles<T>(long, long, int, int)

    Declaration
    Task<ResponseList<T>> BundleListFiles<T>(long projectId, long bundleId, int limit = 25, int offset = 0) where T : FileResourceBase
    Parameters
    Type Name Description
    long projectId
    long bundleId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<T>>
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    CheckBundleExportStatus(long, long, string)

    Declaration
    Task<BundleExport> CheckBundleExportStatus(long projectId, long bundleId, string exportId)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    string exportId
    Returns
    Type Description
    Task<BundleExport>
    | Edit this page View Source

    DeleteBundle(long, long)

    Declaration
    Task DeleteBundle(long projectId, long bundleId)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    Returns
    Type Description
    Task
    | Edit this page View Source

    DownloadBundle(long, long, string)

    Declaration
    Task<DownloadLink> DownloadBundle(long projectId, long bundleId, string exportId)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    string exportId
    Returns
    Type Description
    Task<DownloadLink>
    | Edit this page View Source

    EditBundle(long, long, IEnumerable<BundlePatch>)

    Declaration
    Task<Bundle> EditBundle(long projectId, long bundleId, IEnumerable<BundlePatch> patches)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    IEnumerable<BundlePatch> patches
    Returns
    Type Description
    Task<Bundle>
    | Edit this page View Source

    ExportBundle(long, long)

    Declaration
    Task<BundleExport> ExportBundle(long projectId, long bundleId)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    Returns
    Type Description
    Task<BundleExport>
    | Edit this page View Source

    GetBundle(long, long)

    Declaration
    Task<Bundle> GetBundle(long projectId, long bundleId)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    Returns
    Type Description
    Task<Bundle>
    | Edit this page View Source

    ListBundleBranches(long, long, int, int)

    Declaration
    Task<ResponseList<Branch>> ListBundleBranches(long projectId, long bundleId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    long bundleId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<Branch>>
    | Edit this page View Source

    ListBundles(long, int, int)

    Declaration
    Task<ResponseList<Bundle>> ListBundles(long projectId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<Bundle>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX