The Mitten Commands Component is a basic command pattern implementation used to encapsulate the execution of server requests.
Info
| Version: | 0.0.6 |
| Author(s): | Jeremy Vainavicz |
| Last Update: | Tuesday, January 17, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/jjvainav/Mitten |
| NuGet Url: | https://www.nuget.org/packages/Mitten.Server.Commands |
Install
Install-Package Mitten.Server.Commands
dotnet add package Mitten.Server.Commands
paket add Mitten.Server.Commands
Mitten.Server.Commands Download (Unzip the "nupkg" after downloading)
Dependencies
- Mitten.Server(>= 0.0.6)
- Newtonsoft.Json(>= 9.0.1)
- NodaTime(>= 1.3.2)
- System.Reactive.Core(>= 3.1.1)
- System.Reactive.Interfaces(>= 3.1.1)
- System.Reactive.Linq(>= 3.1.1)