Refitter.Core 1.0.2

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

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

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

This package is not used by any NuGet packages.

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.1.1-preview.46 0 6/28/2024
1.1.0.45-preview 49 6/25/2024
1.0.2 1,732 6/13/2024
1.0.1 958 6/7/2024
1.0.0 9,566 5/3/2024
0.9.9.44-preview 70 4/29/2024
0.9.9 9,371 3/7/2024
0.9.8 2,687 2/27/2024
0.9.7 3,518 2/7/2024
0.9.6 3,185 1/29/2024
0.9.5 2,168 1/15/2024
0.9.4.43-preview 74 1/15/2024
0.9.4 801 1/12/2024
0.9.3.42-preview 75 1/10/2024
0.9.2 157 1/10/2024
0.9.1 1,409 1/9/2024
0.9.0 688 1/9/2024
0.8.7.41-preview 76 1/3/2024
0.8.7.40-preview 107 12/20/2023
0.8.7 2,586 12/18/2023
0.8.6.39-preview 114 12/14/2023
0.8.6.38-preview 92 12/14/2023
0.8.6 2,567 12/11/2023
0.8.5 3,456 11/23/2023
0.8.4 4,400 11/7/2023
0.8.3 2,102 10/31/2023
0.8.2 4,404 10/9/2023
0.8.1 1,084 10/4/2023
0.8.0 1,421 9/23/2023
0.7.5 2,844 9/7/2023
0.7.4 196 9/6/2023
0.7.3.37-preview 136 8/25/2023
0.7.3.36-preview 107 8/25/2023
0.7.3.35-preview 138 8/21/2023
0.7.3.34-preview 111 8/15/2023
0.7.3.33-preview 124 8/12/2023
0.7.3 2,299 8/26/2023
0.7.2.32-preview 107 8/7/2023
0.7.2 3,997 8/7/2023
0.7.1.31-preview 135 8/2/2023
0.7.1.30-preview 117 8/2/2023
0.7.1.29-preview 128 8/1/2023
0.7.1 1,181 8/3/2023
0.7.0.28-preview 122 7/28/2023
0.7.0.27-preview 111 7/28/2023
0.7.0.26-preview 115 7/27/2023
0.7.0.23-preview 115 7/27/2023
0.7.0.22-preview 111 7/27/2023
0.7.0.21-preview 115 7/27/2023
0.7.0.20-preview 116 7/27/2023
0.7.0 819 7/31/2023
0.6.3 281 7/22/2023
0.6.2 6,721 6/22/2023
0.6.1 543 6/20/2023
0.6.0 795 6/15/2023
0.5.30 1,026 6/12/2023
0.5.29 146 6/12/2023
0.5.28 531 6/10/2023
0.5.27 2,355 5/24/2023
0.5.26 2,118 5/11/2023
0.5.25 217 5/10/2023
0.5.3 1,060 5/5/2023
0.5.2 1,359 5/2/2023
0.5.1 168 5/2/2023
0.5.0 1,027 4/28/2023
0.4.2 1,188 4/24/2023
0.4.1 4,868 4/3/2023
0.4.0 1,383 3/24/2023
0.3.17 216 3/24/2023
0.3.16 868 3/22/2023
0.3.4 209 3/22/2023
0.3.3 959 3/17/2023
0.3.2 434 3/16/2023
0.3.1 467 3/14/2023
0.3.0 228 3/14/2023
0.2.4-alpha 2,205 3/1/2023
0.2.3-alpha 356 2/27/2023
0.2.2-alpha 853 2/25/2023
0.2.1-alpha 134 2/25/2023