mark-pro / Genesis.MinimalApis

Genesis.MinimalApis aims to expand and create organization for Microsoft's Minimal APIs.
MIT License
1 stars 0 forks source link

(#15) LanguageExt Monad to IActionResult and IResult #17

Closed mark-pro closed 1 year ago

mark-pro commented 1 year ago

Added an additional project to support LanguageExt monads in a manner that converts monads to API ActionResult and Result objects.

The idea is to allow for easy conversion of monad functions to API results for both controller based (traditional) APIs and minimal APIs.