Skip to content
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

FEAT: Minimal APIs implementation #63

Merged
merged 8 commits into from
Jan 19, 2024
Merged

FEAT: Minimal APIs implementation #63

merged 8 commits into from
Jan 19, 2024

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Jan 17, 2024

Description

The classic Controllers implementation is replaced by the new, more modern and performant Minimal APIs implementation.

Related Issue

Closes #56.

Motivation and Context

As explained in #56, the Minimal APIs implementation brings improved performance to the request execution because of the reduced amount of dependencies they provide. They are also more flexible to make this a better fit even for smaller projects as they are easy to compose and have a better system to document them in Swagger.

How Has This Been Tested?

This should be transparent and the endpoints respond exactly as the ones provided by the Controllers.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…tion.

CHORE: Dependencies upgrades and cleanup.

#56
@CesarD CesarD added the enhancement New feature or request label Jan 17, 2024
@CesarD CesarD merged commit b26ebd7 into main Jan 19, 2024
@CesarD CesarD deleted the feat/minimal_apis branch January 19, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: Replace Controllers with Minimal APIs implementation
3 participants