Search Results for

    Show / Hide Table of Contents

    Interface IAiGatewayApiExecutor

    Namespace: Crowdin.Api.AI.Gateway
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IAiGatewayApiExecutor

    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
    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
    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
    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
    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
    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>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX