You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
descriptions: Maven library which integrates with Shippo Multi Carrier Shipping API. This library provides access to Shippo (goshippo.com) API capabilities. Including label generation, rating, tracking and more.
InitiateOauth2SigninResponse res = sdk.carrierAccounts().initiateOauth2Signin()
309
308
.carrierAccountObjectId("<id>")
310
-
.redirectUri("https://enlightened-mortise.com/")
311
-
.state("Louisiana")
312
-
.shippoApiVersion("2018-02-08")
309
+
.redirectUri("https://ashamed-reporter.biz")
313
310
.call();
314
311
315
312
// handle response
@@ -323,7 +320,7 @@ public class Application {
323
320
324
321
### Override Server URL Per-Client
325
322
326
-
The default server can also be overridden globally using the `.serverURL(String serverUrl)` builder method when initializing the SDK client instance. For example:
323
+
The default server can be overridden globally using the `.serverURL(String serverUrl)` builder method when initializing the SDK client instance. For example:
__WARNING__: This should only used for temporary debugging purposes. Leaving this option on in a production system could expose credentials/secrets in logs. <i>Authorization</i> headers are redacted by default and there is the ability to specify redacted header names via `SpeakeasyHTTPClient.setRedactedHeaders`.
425
+
426
+
__NOTE__: This is a convenience method that calls `HTTPClient.enableDebugLogging()`. The `SpeakeasyHTTPClient` honors this setting. If you are using a custom HTTP client, it is up to the custom client to honor this setting.
427
+
428
+
Another option is to set the System property `-Djdk.httpclient.HttpClient.log=all`. However, this second option does not log bodies.
429
+
<!-- End Debugging [debug] -->
430
+
405
431
<!-- Placeholder for Future Speakeasy SDK Sections -->
0 commit comments