Search Results for

    Show / Hide Table of Contents

    Class AiGatewayApiExecutor

    Inheritance
    object
    AiGatewayApiExecutor
    Implements
    IAiGatewayApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI.Gateway
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AiGatewayApiExecutor : IAiGatewayApiExecutor

    Constructors

    | Edit this page View Source

    AiGatewayApiExecutor(ICrowdinApiClient)

    Declaration
    public AiGatewayApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient

    Methods

    | Edit this page View Source

    ExecuteDelete(long?, long, string)

    AI Gateway DELETE. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<JObject> ExecuteDelete(long? userId, long aiProviderId, string path)
    Parameters
    Type Name Description
    long? userId
    long aiProviderId
    string path
    Returns
    Type Description
    Task<JObject>
    | Edit this page View Source

    ExecuteGet(long?, long, string)

    AI Gateway GET. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<JObject> ExecuteGet(long? userId, long aiProviderId, string path)
    Parameters
    Type Name Description
    long? userId
    long aiProviderId
    string path
    Returns
    Type Description
    Task<JObject>
    | Edit this page View Source

    ExecutePatch(long?, long, string, object)

    AI Gateway PATCH. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<JObject> ExecutePatch(long? userId, long aiProviderId, string path, object request)
    Parameters
    Type Name Description
    long? userId
    long aiProviderId
    string path
    object request
    Returns
    Type Description
    Task<JObject>
    | Edit this page View Source

    ExecutePost(long?, long, string, object)

    AI Gateway POST. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<JObject> ExecutePost(long? userId, long aiProviderId, string path, object request)
    Parameters
    Type Name Description
    long? userId
    long aiProviderId
    string path
    object request
    Returns
    Type Description
    Task<JObject>
    | Edit this page View Source

    ExecutePut(long?, long, string, object)

    AI Gateway PUT. Documentation: Crowdin File Based API Crowdin String Based API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<JObject> ExecutePut(long? userId, long aiProviderId, string path, object request)
    Parameters
    Type Name Description
    long? userId
    long aiProviderId
    string path
    object request
    Returns
    Type Description
    Task<JObject>

    Implements

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