-
Notifications
You must be signed in to change notification settings - Fork 0
api gateway endpoint server #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
takashi-uchida
wants to merge
37
commits into
main
Choose a base branch
from
feature/api_gateway_function
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…_gateway_function
…ion_modify_response modify server response
Closed
add api routing path
- Updated Error, TenantRouting, Throttling, UpdateApiGatewaySettingsParam, UpdateOpenApiDefinitionParam, and UpdateTenantParam classes to include a Map for additional properties. - Implemented methods to set, get, and manage additional properties in each model. - Modified JSON serialization and deserialization processes to handle additional properties correctly. - Removed unnecessary checks for undeclared fields in JSON during deserialization.
…eway_api_signature2 署名付きAPIを機能を追加
- Updated the generated date in multiple model classes to reflect the latest changes. - Removed the internalEndpointMappingFileDownloadUrl property from ApiGatewaySettings. - Added mcpServerUrl property to ApiGatewaySettings with corresponding getter, setter, and validation. - Introduced DraftApiGatewaySettings model to handle draft configuration information. - Implemented methods to apply and retrieve draft settings in SmartApiGatewayApi. - Added unit tests for new DraftApiGatewaySettings model and updated existing tests for ApiGatewaySettings. - Enhanced logging in ApiServer for better debugging of API key retrieval and signature verification.
…eway_api_signature feat: エンドポイントマッピングと候補パス生成に完全なURL形式を追加
…od_param staticメソッド引数にIDパラメータ追加
…tityClassName クラス名変更 SaasusIdentity.java
…tityClassName-1 Rename to SaasusIdentity.java
…tation - Introduced the `cancelDraftApiGatewaySettings` method in `SmartApiGatewayApi` to cancel draft configuration changes. - Updated `SmartApiGatewayApi.md` to include details about the new endpoint. - Added `UNKNOWN_DEFAULT_OPEN_API` to various enums in `DnsRecord`, `EndpointSettings`, `TenantRoutingType`, and `Throttling` for better handling of unknown values. - Updated the generated date in multiple Java model classes to reflect recent changes. - Added unit test for `cancelDraftApiGatewaySettings` in `SmartApiGatewayApiTest`.
enum型のenum生成ロジックを変更
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.
関連issues