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

Add Result.Created void methods so that return Result type is implicitly handled. #200

Merged
merged 5 commits into from
Sep 11, 2024

Commits on Aug 13, 2024

  1. Created methods should use the passed value to correctly create to re…

    …spective Result<T> response with the set status of ResultStatus.Created
    jdrames committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    af9a46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd7208 View commit details
    Browse the repository at this point in the history
  3. Added the created methods to the Result.Void class so that it can imp…

    …licitly convert from the Value to the Result<T> with the Created status set.
    jdrames committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0bfc6ee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    cb59716 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    1538e1e View commit details
    Browse the repository at this point in the history