refactor: update gRPC client to use @grpc/grpc-js and improve code st…#95
Merged
kang2453 merged 1 commit intocloudforet-io:masterfrom Nov 24, 2025
Merged
refactor: update gRPC client to use @grpc/grpc-js and improve code st…#95kang2453 merged 1 commit intocloudforet-io:masterfrom
kang2453 merged 1 commit intocloudforet-io:masterfrom
Conversation
…ructure - Replaced deprecated grpc package with @grpc/grpc-js in gRPC client implementation - Refactored code for better readability and consistency, including indentation and spacing - Enhanced error handling in listServices and listDescriptors methods - Improved metadata handling in getMetadata method - Streamlined service method promisification logic - Updated endpoint parsing and credential creation for better clarity refactor: clean up unused imports and fix ESLint configuration - Removed deprecated @typescript-eslint/no-parameter-properties rule from ESLint config - Removed unused imports (jwkToPem, grpcClient, sslCertificate) to fix linting errors - Applied automatic ESLint fixes for formatting consistency across the codebase refactor: clean up Excel and token route definitions - Standardized route definitions for Excel-related endpoints - Simplified token route definitions for issuing and refreshing tokens - Enhanced code readability by aligning formatting and structure Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: kang2453 <kang2453@gmail.com>
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.
…ructure
refactor: clean up unused imports and fix ESLint configuration
refactor: clean up Excel and token route definitions
Category
Description
Known issue