Search Results for

    Show / Hide Table of Contents

    Interface IVendorsApiExecutor

    Namespace: Crowdin.Api.Vendors
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IVendorsApiExecutor

    Methods

    | Edit this page View Source

    ListVendors(int, int)

    Declaration
    Task<ResponseList<Vendor>> ListVendors(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<Vendor>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX