Interface IVendorsApiExecutor
Namespace: Crowdin.Api.Vendors
Assembly: Crowdin.Api.dll
Syntax
public interface IVendorsApiExecutor
Methods
| Improve this Doc View SourceListVendors(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>> |