Info
Version: | 2.2.16 |
Author(s): | https://github.com/HelloKitty |
Last Update: | Monday, July 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HelloKitty/TypeSafe.Http.Net |
NuGet Url: | https://www.nuget.org/packages/TypeSafe.Http.Net.Core |
Install
Install-Package TypeSafe.Http.Net.Core
dotnet add package TypeSafe.Http.Net.Core
paket add TypeSafe.Http.Net.Core
TypeSafe.Http.Net.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- TypeSafe.Http.Net.Api(>= 2.2.16)
- Castle.Core(>= 4.1.0)
- Castle.Core.AsyncInterceptor(>= 1.2.3)
- TypeSafe.Http.Net.Api(>= 2.2.16)
- Castle.Core(>= 4.1.0)
- Castle.Core.AsyncInterceptor(>= 1.2.3)
Tags
The Core library is the library you should include in your project.
It conains a partial implementation of the TypeSafe.Http.Net.Api that with Castle.Core's DynamicProxy allows you to create instances of your Service interface that you have annotated with the TypeSafe.Http.Net.Metadata.
Most importantly it contains the RestServiceBuilder<TRestServiceInterface> type which can be interfaced with to generate a REST client interface.