[BFP-2143] Generate client with openapi-generator-cli v7.13.0#116
Merged
[BFP-2143] Generate client with openapi-generator-cli v7.13.0#116
Conversation
```
Error: AuthenticationRequestFailed("error in reqwest: error sending request for url (https://auth.api.sui-staging.bluefin.io/auth/v2/token)")
```
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
| @@ -0,0 +1,14 @@ | |||
| use std::sync::atomic::AtomicBool; | |||
Contributor
There was a problem hiding this comment.
This seems like a utility purely for examples right? In that case, it's better to put it in the example folder?
Contributor
There was a problem hiding this comment.
We shouldn't expose this as part of the public sdk IMO
Contributor
Author
nikita-seedlabs
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

User description
PR Type
enhancement, bug_fix
Description
Regenerate API clients using openapi-generator-cli v7.13.0
Improve Rust API client error handling for content types
Add shutdown timeout logic to Rust WebSocket examples
shutdownmodule and use in all Rust WS examplesUpdate example scripts for Python and TypeScript SDKs
Enhance Python SDK configuration for CA certificate data
ca_cert_datasupport for SSL contextChanges walkthrough 📝
6 files
Add content-type aware error handling to API responsesAdd content-type checks and error handling to auth endpointsAdd content-type checks and error handling to exchange endpointsAdd content-type checks and error handling to rewards endpointsAdd content-type checks and error handling to trade endpointsPrepare for content-type aware error handling (import only)15 files
Introduce ContentType enum for response handlingAdd shutdown timeout logic to candlestick WS exampleAdd shutdown timeout logic to leverage update WS exampleAdd shutdown timeout logic to mark price WS exampleAdd shutdown timeout logic to oracle price WS exampleAdd shutdown timeout logic to recent trade WS exampleAdd shutdown timeout logic to ticker-all WS exampleAdd shutdown timeout logic to ticker WS exampleExport shutdown module in crate rootAdd shutdown utility for timed shutdownsAdd secondary wallet for account auth/deauth in exampleMinor formatting and docstring updates from regenerationAdd secondary wallet for account auth/deauth in exampleAdd ca_cert_data option for SSL contextSupport ca_cert_data in SSL context creation5 files
Document new orderType field in Trade modelMinor doc formatting updates from regenerationImprove cancel orders endpoint documentation formattingUpdate generator version, Python/urllib3 requirementsUpdate generator version in README4 files
Bump openapi-generator version to 7.13.0Bump openapi-generator version to 7.13.0Remove unused uuid dependency from Cargo.tomlAdd tokio as a main dependency for shutdown logic