Search Results for

    Show / Hide Table of Contents

    Class BundlesApiExecutor

    Inheritance
    object
    BundlesApiExecutor
    Implements
    IBundlesApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Bundles
    Assembly: Crowdin.Api.dll
    Syntax
    public class BundlesApiExecutor : IBundlesApiExecutor

    Constructors

    | Edit this page View Source

    BundlesApiExecutor(ICrowdinApiClient)

    Declaration
    public BundlesApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Edit this page View Source

    BundlesApiExecutor(ICrowdinApiClient, IJsonParser)

    Declaration
    public BundlesApiExecutor(ICrowdinApiClient apiClient, IJsonParser jsonParser)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    IJsonParser jsonParser

    Methods

    | Edit this page View Source

    AddBundle(long, AddBundleRequest)

    Add bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Bundle list files. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Check Bundle Export Status. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Delete bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Download Bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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>)

    Edit bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Export Bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Get bundle. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    List bundle branches. Documentation: Crowdin String Based API

    Declaration
    [PublicAPI]
    public 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)

    List bundles. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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>>

    Implements

    IBundlesApiExecutor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX