Search Results for

    Show / Hide Table of Contents

    Interface IVendorsApiExecutor

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

    Methods

    | Improve this Doc View Source

    ListVendors(Int32, Int32)

    Declaration
    Task<ResponseList<Vendor>> ListVendors(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    Returns
    Type Description
    Task<ResponseList<Vendor>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX