Search Results for

    Show / Hide Table of Contents

    Class OrganizationWebhooksApiExecutor

    Inheritance
    System.Object
    OrganizationWebhooksApiExecutor
    Implements
    IOrganizationWebhooksApiExecutor
    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    public class OrganizationWebhooksApiExecutor : object, IOrganizationWebhooksApiExecutor

    Constructors

    | Improve this Doc View Source

    OrganizationWebhooksApiExecutor(ICrowdinApiClient)

    Declaration
    public OrganizationWebhooksApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Improve this Doc View Source

    OrganizationWebhooksApiExecutor(ICrowdinApiClient, IJsonParser)

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

    Methods

    | Improve this Doc View Source

    AddWebhook(AddWebhookRequestBase)

    Add webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    public async Task<OrganizationWebhookResource> AddWebhook(AddWebhookRequestBase request)
    Parameters
    Type Name Description
    AddWebhookRequestBase request
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Improve this Doc View Source

    DeleteWebhook(Int32)

    Delete webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    public async Task DeleteWebhook(int organizationWebhookId)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    EditWebhook(Int32, IEnumerable<OrganizationWebhookPatch>)

    Edit webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    public async Task<OrganizationWebhookResource> EditWebhook(int organizationWebhookId, IEnumerable<OrganizationWebhookPatch> patches)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    IEnumerable<OrganizationWebhookPatch> patches
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Improve this Doc View Source

    GetWebhook(Int32)

    Get webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    public async Task<OrganizationWebhookResource> GetWebhook(int organizationWebhookId)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Improve this Doc View Source

    ListWebhooks(Int32, Int32)

    List webhook. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    public async Task<ResponseList<OrganizationWebhookResource>> ListWebhooks(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    Returns
    Type Description
    Task<ResponseList<OrganizationWebhookResource>>

    Implements

    IOrganizationWebhooksApiExecutor
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX