Metadata >> NuGet >> SlimRest

SlimRest

Metadata

Authors Scott Meyer
Copyrights Copyright 2013
Description A simple synchronous/asynchronous REST client for .Net
LicenseUrl http://opensource.org/licenses/MIT
Owners Scott Meyer
ProjectUrl https://github.com/scottmeyer/SlimRest
ReleaseNotes The assembly is now signed.
RequireLicenseAcceptance False
Tags REST api client
Dependencies Newtonsoft.Json:5.0.4
Title SlimRest
PackageSize 35062
PackageHashAlgorithm SHA512
PackageHash D9FXGTkF0JnQ5Ms3/Rrg5JyU4ZNVndZbvxiw8UxNHhB99IQSHT2S/L6VzfUPSh992MGdVSM5B4Bf6ZpvxY/W1Q==
DownloadCount 000000
CreatedDate 2013-07-01T18:40:32

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install SlimRest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install SlimRest -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package SlimRest
Installing the package (HTTP Basic authentication):
Install-Package SlimRest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package SlimRest -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package SlimRest

OpenWrap

Installing the package:
o add-wrap SlimRest
Uninstalling the package:
o remove-wrap SlimRest

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0.1