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

Improve OpenAPI docs #3

Merged
merged 11 commits into from
Jul 18, 2024
Merged

Improve OpenAPI docs #3

merged 11 commits into from
Jul 18, 2024

Conversation

DerStimmler
Copy link
Member

closes #1

Breaking Changes:

  • rename ToHttpResult method to ToStatusCodeHttpResult
  • rename ToHttpResult<T> to ToJsonHttpResult<T>
  • rename ToHttpResult<T,E> to ToJsonHttpResult<T,E>
  • ToNoContentHttpResult<T> returns NoContent instead of StatusCodeHttpResult
  • ToNoContentHttpResult<T,E> returns NoContent instead of StatusCodeHttpResult

Changes:

  • add ToOkHttpResult<T> method
  • add ToOkHttpResult<T,E> method
  • add ToStatusCodeHttpResult<T> method
  • add ToStatusCodeHttpResult<T,E> method

@DerStimmler DerStimmler self-assigned this Jul 18, 2024
@DerStimmler DerStimmler merged commit 193c875 into main Jul 18, 2024
1 check passed
@DerStimmler DerStimmler deleted the feat/improve-openapi branch July 18, 2024 11:55
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.

Improve OpenApi docs by making extension methods more specific
1 participant