RESTly 0.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RESTly --version 0.4.0
NuGet\Install-Package RESTly -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RESTly" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RESTly --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RESTly, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RESTly as a Cake Addin #addin nuget:?package=RESTly&version=0.4.0 // Install RESTly as a Cake Tool #tool nuget:?package=RESTly&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RESTly
A (experimental, WIP) C# source generator for generating REST clients out of OpenApi specifications. Currently supports .NET 8.
Getting Started
- Add NuGet package
RESTly
to your project - Add a OpenApi specification as
AdditionalFiles
to your project - Add assembly attribute
RestlyClient
into your code with the name of the OpenApi specification file and the name of the api client to generate - The generated API client is located in the
Restly
namespace
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.