docs: framework-modules リファレンスに公開APIの未記載エントリを追加#106
Merged
Conversation
__all__ に含まれているがドキュメント化されていなかった公開 API を EN/JA 両版に追加: nene2.http: - PaginationQuery — PaginationQueryParser.parse() の戻り値型 - HealthCheckProtocol / HealthStatus — ヘルスチェック契約と結果型 nene2.database: - DatabaseHealthCheck — HealthCheckProtocol 実装、DB接続確認 - DatabaseConnectionException — DB接続不能時の例外 nene2.mcp: - McpHttpResponse — HttpxMcpClient の戻り値型(status_code / body / is_successful()) - McpHttpClientProtocol — カスタム MCP HTTP クライアントの構造的契約 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 19, 2026
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
__all__に含まれているがframework-modules.mdに記載されていなかった公開 API を EN/JA 両版に追加。追加した API(6種類)
nene2.httpPaginationQueryPaginationQueryParser.parse()の戻り値型nene2.httpHealthCheckProtocol/HealthStatusnene2.databaseDatabaseHealthCheckHealthCheckProtocol実装・DB 接続確認nene2.databaseDatabaseConnectionExceptionnene2.mcpMcpHttpResponseHttpxMcpClientの戻り値型nene2.mcpMcpHttpClientProtocolTest plan
🤖 Generated with Claude Code