Sign in Sign up
nuget

netfx-System.Net.Http.HttpEntityConventionClient

Strong-typed Linq to Web API with resource names conventions. Builds on top of HttpEntityClient and HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client // Note: resource path inferred from Product type .Query<Product>() .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList();

nuget View on Nuget

Activity

Latest release
15y ago
Total releases
7
Cadence
~daily
Last 12 months
0

Details

First release
Jun 11, 2011
Releases
Version Released
1.2.0 minor
1.1.0.7 patch
1.1.0.6 patch
1.1.0.3 patch
1.1.0.1 minor
1.0.0.27 patch
1.0.0.19 initial