TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. 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.
$ dotnet add package TypeSafe.Http.Net.CoreNo README available.