Interface IVendorsApiExecutor
Namespace: Crowdin.Api.Vendors
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public interface IVendorsApiExecutor
Methods
| Edit this page View SourceListVendors(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>> |