public class TxClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ShowFullRequestBodyInExceptions
Set to
true for debugging API errors. |
| Constructor and Description |
|---|
TxClient(TxClientSettings settings)
Create an SDK client to perform Tx API calls
|
TxClient(TxClientSettings settings,
long httpTimeoutSecs)
Create an SDK client to perform Tx API calls
|
| Modifier and Type | Method and Description |
|---|---|
AccountService |
account() |
FormatterService |
formatter() |
GeocoderService |
geocoder() |
ParserService |
parser() |
SearchMatchService |
searchMatchV1() |
MatchV2Service |
searchMatchV2() |
SkillsIntelligenceService |
skillsIntelligence() |
public static boolean ShowFullRequestBodyInExceptions
true for debugging API errors. It will show the full JSON request body in TxException.RequestBody
true in your production system, as it increases the memory footprintpublic TxClient(TxClientSettings settings)
settings - - The settings for this clientIllegalArgumentException - if the accountId, serviceKey, or dataCenter are null/emptypublic TxClient(TxClientSettings settings, long httpTimeoutSecs)
settings - - The settings for this clienthttpTimeoutSecs - - Optional override for the OkHttp client read timeout (write and connect are 10 seconds, read is 30 seconds by default)IllegalArgumentException - if the accountId, serviceKey, or dataCenter are null/emptypublic AccountService account()
public FormatterService formatter()
public GeocoderService geocoder()
public MatchV2Service searchMatchV2()
public ParserService parser()
public SkillsIntelligenceService skillsIntelligence()
public SearchMatchService searchMatchV1()
Copyright © 2025. All rights reserved.