public class VendorsApi extends CrowdinApi
clientConfig, graphqlUrl, httpClient, url
Constructor and Description |
---|
VendorsApi(Credentials credentials) |
VendorsApi(Credentials credentials,
ClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
ResponseList<Vendor> |
listVendors(java.lang.Integer limit,
java.lang.Integer offset) |
graphql, graphql
public VendorsApi(Credentials credentials)
public VendorsApi(Credentials credentials, ClientConfig clientConfig)
public ResponseList<Vendor> listVendors(java.lang.Integer limit, java.lang.Integer offset) throws HttpException, HttpBadRequestException
limit
- maximum number of items to retrieve (default 25)offset
- starting offset in the collection (default 0)HttpException
HttpBadRequestException