Refitter.Core 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Refitter.Core --version 1.1.3                
NuGet\Install-Package Refitter.Core -Version 1.1.3                
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="Refitter.Core" Version="1.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Refitter.Core --version 1.1.3                
#r "nuget: Refitter.Core, 1.1.3"                
#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 Refitter.Core as a Cake Addin
#addin nuget:?package=Refitter.Core&version=1.1.3

// Install Refitter.Core as a Cake Tool
#tool nuget:?package=Refitter.Core&version=1.1.3                

To use the RefitGenerator class, you need to follow these steps:

  1. Install the Refitter.Core NuGet package in your project.
  2. Create an instance of the RefitGeneratorSettings class, which contains the settings used to configure the generator. You need to set the OpenApiPath property to the path of your OpenAPI specification file or a URL.
  3. Create an instance of the RefitGenerator class by calling the CreateAsync method and passing in the RefitGeneratorSettings instance.
  4. Call the Generate() method on the RefitGenerator instance to generate the Refit clients and interfaces based on the OpenAPI specification. This method returns the generated code as a string.

Here's an example of how to use the RefitGenerator class:

using Refit;
using Refitter.Core;

// Create an instance of the RefitGeneratorSettings class
var settings = new RefitGeneratorSettings
{
    OpenApiPath = "Relative or absolute path to .json or .yaml local file or a URL to a .json or .yaml file"
};

// Create an instance of the RefitGenerator class
var generator = await RefitGenerator.CreateAsync(settings);

// Generate the Refit clients and interfaces and get the generated code as a string
var generatedCode = await generator.Generate();

// Use the generated code in your project
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Refitter.Core:

Package Downloads
Minicon.GetMyInvoices.Client

Core functionality for the GetMyInvoices Client.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Refitter.Core:

Repository Stars
christianhelle/apiclientcodegen
A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
Version Downloads Last updated
1.3.2 1,058 9/23/2024
1.3.2-preview.60 34 9/23/2024
1.3.1 158 9/20/2024
1.3.0 3,758 9/14/2024
1.2.1-preview.59 47 9/13/2024
1.2.1-preview.58 51 9/11/2024
1.2.1-preview.57 42 9/11/2024
1.2.1-preview.56 42 9/9/2024
1.2.1-preview.55 41 9/2/2024
1.2.1-preview.54 41 8/29/2024
1.2.0 4,087 8/12/2024
1.2.0-preview.53 31 8/4/2024
1.2.0-preview.52 48 7/29/2024
1.1.3 2,977 7/19/2024
1.1.3-preview.51 38 7/19/2024
1.1.2 520 7/17/2024
1.1.2-preview.50 36 7/16/2024
1.1.2-preview.49 39 7/11/2024
1.1.1 1,509 7/6/2024
1.1.1-preview.48 54 7/4/2024
1.1.1-preview.47 48 7/1/2024
1.1.1-preview.46 48 6/28/2024
1.1.0.45-preview 89 6/25/2024
1.0.2 3,982 6/13/2024
1.0.1 987 6/7/2024
1.0.0 9,931 5/3/2024
0.9.9.44-preview 101 4/29/2024
0.9.9 9,532 3/7/2024
0.9.8 3,748 2/27/2024
0.9.7 3,528 2/7/2024
0.9.6 3,195 1/29/2024
0.9.5 2,290 1/15/2024
0.9.4.43-preview 94 1/15/2024
0.9.4 809 1/12/2024
0.9.3.42-preview 87 1/10/2024
0.9.2 165 1/10/2024
0.9.1 1,432 1/9/2024
0.9.0 699 1/9/2024
0.8.7.41-preview 97 1/3/2024
0.8.7.40-preview 113 12/20/2023
0.8.7 2,595 12/18/2023
0.8.6.39-preview 140 12/14/2023
0.8.6.38-preview 105 12/14/2023
0.8.6 2,590 12/11/2023
0.8.5 3,480 11/23/2023
0.8.4 4,424 11/7/2023
0.8.3 2,113 10/31/2023
0.8.2 4,434 10/9/2023
0.8.1 1,111 10/4/2023
0.8.0 1,429 9/23/2023
0.7.5 2,865 9/7/2023
0.7.4 212 9/6/2023
0.7.3.37-preview 155 8/25/2023
0.7.3.36-preview 113 8/25/2023
0.7.3.35-preview 150 8/21/2023
0.7.3.34-preview 131 8/15/2023
0.7.3.33-preview 130 8/12/2023
0.7.3 2,327 8/26/2023
0.7.2.32-preview 130 8/7/2023
0.7.2 4,034 8/7/2023
0.7.1.31-preview 153 8/2/2023
0.7.1.30-preview 139 8/2/2023
0.7.1.29-preview 145 8/1/2023
0.7.1 1,204 8/3/2023
0.7.0.28-preview 129 7/28/2023
0.7.0.27-preview 131 7/28/2023
0.7.0.26-preview 140 7/27/2023
0.7.0.23-preview 122 7/27/2023
0.7.0.22-preview 118 7/27/2023
0.7.0.21-preview 129 7/27/2023
0.7.0.20-preview 124 7/27/2023
0.7.0 841 7/31/2023
0.6.3 303 7/22/2023
0.6.2 6,743 6/22/2023
0.6.1 550 6/20/2023
0.6.0 802 6/15/2023
0.5.30 1,046 6/12/2023
0.5.29 153 6/12/2023
0.5.28 550 6/10/2023
0.5.27 2,364 5/24/2023
0.5.26 2,124 5/11/2023
0.5.25 225 5/10/2023
0.5.3 1,076 5/5/2023
0.5.2 1,387 5/2/2023
0.5.1 176 5/2/2023
0.5.0 1,047 4/28/2023
0.4.2 1,220 4/24/2023
0.4.1 4,888 4/3/2023
0.4.0 1,389 3/24/2023
0.3.17 241 3/24/2023
0.3.16 897 3/22/2023
0.3.4 215 3/22/2023
0.3.3 964 3/17/2023
0.3.2 451 3/16/2023
0.3.1 485 3/14/2023
0.3.0 234 3/14/2023
0.2.4-alpha 2,211 3/1/2023
0.2.3-alpha 388 2/27/2023
0.2.2-alpha 874 2/25/2023
0.2.1-alpha 150 2/25/2023