@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747
4848Gradle:
4949``` groovy
50- implementation 'com.apideck:unify:0.14.1 '
50+ implementation 'com.apideck:unify:0.14.2 '
5151```
5252
5353Maven:
5454``` xml
5555<dependency >
5656 <groupId >com.apideck</groupId >
5757 <artifactId >unify</artifactId >
58- <version >0.14.1 </version >
58+ <version >0.14.2 </version >
5959</dependency >
6060```
6161
@@ -117,9 +117,9 @@ public class Application {
117117 public static void main (String [] args ) throws BadRequestResponse , UnauthorizedResponse , PaymentRequiredResponse , NotFoundResponse , UnprocessableResponse , Exception {
118118
119119 Apideck sdk = Apideck . builder()
120- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
121120 .consumerId(" test-consumer" )
122121 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
122+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
123123 .build();
124124
125125 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -736,9 +736,9 @@ public class Application {
736736 public static void main (String [] args ) throws BadRequestResponse , UnauthorizedResponse , PaymentRequiredResponse , NotFoundResponse , UnprocessableResponse , Exception {
737737
738738 Apideck sdk = Apideck . builder()
739- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
740739 .consumerId(" test-consumer" )
741740 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
741+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
742742 .build();
743743
744744 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -791,9 +791,9 @@ public class Application {
791791 public static void main (String [] args ) throws BadRequestResponse , UnauthorizedResponse , PaymentRequiredResponse , NotFoundResponse , UnprocessableResponse , Exception {
792792
793793 Apideck sdk = Apideck . builder()
794- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
795794 .consumerId(" test-consumer" )
796795 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
796+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
797797 .build();
798798
799799 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -860,9 +860,9 @@ public class Application {
860860 .retryConnectError(false )
861861 .build())
862862 .build())
863- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
864863 .consumerId(" test-consumer" )
865864 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
865+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
866866 .build();
867867
868868 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -924,9 +924,9 @@ public class Application {
924924 public static void main (String [] args ) throws BadRequestResponse , UnauthorizedResponse , PaymentRequiredResponse , NotFoundResponse , UnprocessableResponse , Exception {
925925
926926 Apideck sdk = Apideck . builder()
927- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
928927 .consumerId(" test-consumer" )
929928 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
929+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
930930 .build();
931931
932932 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -977,9 +977,9 @@ public class Application {
977977
978978 Apideck sdk = Apideck . builder()
979979 .serverURL(" https://unify.apideck.com" )
980- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
981980 .consumerId(" test-consumer" )
982981 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
982+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
983983 .build();
984984
985985 AccountingTaxRatesAllRequest req = AccountingTaxRatesAllRequest . builder()
@@ -1026,9 +1026,9 @@ public class Application {
10261026 public static void main (String [] args ) throws BadRequestResponse , UnauthorizedResponse , PaymentRequiredResponse , NotFoundResponse , UnprocessableResponse , Exception {
10271027
10281028 Apideck sdk = Apideck . builder()
1029- .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
10301029 .consumerId(" test-consumer" )
10311030 .appId(" dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" )
1031+ .apiKey(" <YOUR_BEARER_TOKEN_HERE>" )
10321032 .build();
10331033
10341034 AccountingAttachmentsUploadRequest req = AccountingAttachmentsUploadRequest . builder()
0 commit comments