Metadata >> NuGet >> autorest

autorest

Metadata

Authors Microsoft
Copyrights Copyright (c) Microsoft Corporation
Description The AutoRest tool generates client libraries for accessing REST APIs that are described using the Swagger format.
IconUrl https://cdn.rawgit.com/Azure/AutoRest/7c1576dfb56974176223545cfac5762d168ded5f/Documentation/images/autorest-small-flat.png
LicenseUrl https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE
Owners azure-sdk, Microsoft
ProjectUrl https://github.com/Azure/AutoRest
RequireLicenseAcceptance True
Summary AutoRest code generation of REST API client libraries.
Tags Microsoft AutoRest
Title AutoRest
PackageSize 396068
PackageHashAlgorithm SHA512
PackageHash 2Z0tuqXO0RJ6ENfFDlfp4p+yvsvN+wvPInb3cLSbAJpLUTmasOq5SM0aV0jA2CJaWHmg0TlJkjGSsWvfSuIJdQ==
DownloadCount 000000
CreatedDate 2015-08-05T00:08:47

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 autorest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install autorest -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 autorest
Installing the package (HTTP Basic authentication):
Install-Package autorest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package autorest -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package autorest

OpenWrap

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

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
0.11.0
0.10.0