Skip to content

OpenAPI module Refactor - #138

Merged
eadwinCode merged 1 commit into
mainfrom
openapi_document_renderer_refactor
Nov 4, 2023
Merged

OpenAPI module Refactor#138
eadwinCode merged 1 commit into
mainfrom
openapi_document_renderer_refactor

Conversation

@eadwinCode

Copy link
Copy Markdown
Collaborator

Whats Changed

  • Renamed IDocumentGenerator to IDocumentUIContext
  • Renamed SwaggerDocumentGenerator to SwaggerUI
  • Renamed ReDocsDocumentGenerator to ReDocsUI
  • Changed document_generator to docs_ui in OPENAPIModule Setup function

@codecov

codecov Bot commented Nov 4, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
ellar/common/exceptions/handlers.py 100.00% <100.00%> (ø)
ellar/di/injector/ellar_injector.py 100.00% <100.00%> (ø)
ellar/openapi/__init__.py 100.00% <100.00%> (ø)
ellar/openapi/docs_ui/__init__.py 100.00% <100.00%> (ø)
ellar/openapi/docs_ui/base.py 100.00% <100.00%> (ø)
ellar/openapi/docs_ui/redocs.py 100.00% <100.00%> (ø)
ellar/openapi/docs_ui/swagger.py 100.00% <100.00%> (ø)
ellar/openapi/module.py 100.00% <100.00%> (ø)

📢 Thoughts on this report? Let us know!.

@eadwinCode
eadwinCode merged commit 596b37d into main Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant