Refactor API methods with operation envelope wrappers for consistency#94
Merged
Refactor API methods with operation envelope wrappers for consistency#94
Conversation
This commit adds blank lines to the `_get_kwargs` function in various API files to enhance code readability and maintain a consistent style across the codebase. The changes affect multiple modules, including agent, auth, backup, billing, connections, documents, graphs, and more. Key Changes: - Added blank lines for improved readability in the `_get_kwargs` function across numerous API files. - Ensured consistent formatting throughout the codebase. No functional changes were made; this is purely a stylistic update to align with coding standards.
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.
Summary
Large-scale refactoring of the
robosystems_clientAPI layer to improve consistency and readability across all API method modules. This PR touches 141 files spanning the entire client SDK surface — covering API endpoint handlers across all domains (agent, auth, backup, billing, connections, credits, documents, files, graphs, operations, org, schema, search, subgraphs, usage, user, etc.) as well as numerous model classes.Key Changes
API Method Consistency (70+ endpoint files)
Enhanced API Methods
sync_connection.py: Significantly reworked (+75 lines changed) — likely restructured to support additional operation envelope handling or improved async/polling behavior for connection sync operationscreate_graph.py: Notable expansion (+41 lines changed) — enhanced graph creation flow, potentially adding support for additional configuration options or operation trackingModel Layer Updates (40+ model files)
Breaking Changes
sync_connectionandcreate_graphmethods have undergone more substantial changes that may alter their signatures or behaviorTesting Notes
sync_connectionandcreate_graphwhich received the most substantial changesInfrastructure Considerations
🤖 Generated with Claude Code
Branch Info:
refactor/additional-ops-envelopesmainCo-Authored-By: Claude noreply@anthropic.com