Search Results for

    Show / Hide Table of Contents

    Class OrganizationWebhooksApiExecutor

    Inheritance
    object
    OrganizationWebhooksApiExecutor
    Implements
    IOrganizationWebhooksApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    public class OrganizationWebhooksApiExecutor : IOrganizationWebhooksApiExecutor

    Constructors

    | Edit this page View Source

    OrganizationWebhooksApiExecutor(ICrowdinApiClient)

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

    OrganizationWebhooksApiExecutor(ICrowdinApiClient, IJsonParser)

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

    Methods

    | Edit this page View Source

    AddWebhook(AddWebhookRequestBase)

    Add webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<OrganizationWebhookResource> AddWebhook(AddWebhookRequestBase request)
    Parameters
    Type Name Description
    AddWebhookRequestBase request
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    DeleteWebhook(long)

    Delete webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task DeleteWebhook(long organizationWebhookId)
    Parameters
    Type Name Description
    long organizationWebhookId
    Returns
    Type Description
    Task
    | Edit this page View Source

    EditWebhook(long, IEnumerable<OrganizationWebhookPatch>)

    Edit webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<OrganizationWebhookResource> EditWebhook(long organizationWebhookId, IEnumerable<OrganizationWebhookPatch> patches)
    Parameters
    Type Name Description
    long organizationWebhookId
    IEnumerable<OrganizationWebhookPatch> patches
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    GetWebhook(long)

    Get webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<OrganizationWebhookResource> GetWebhook(long organizationWebhookId)
    Parameters
    Type Name Description
    long organizationWebhookId
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    ListWebhooks(int, int)

    List webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<OrganizationWebhookResource>> ListWebhooks(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<OrganizationWebhookResource>>

    Implements

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