PhoenixApiWrappers 1.7.0

dotnet add package PhoenixApiWrappers --version 1.7.0
                    
NuGet\Install-Package PhoenixApiWrappers -Version 1.7.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="PhoenixApiWrappers" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PhoenixApiWrappers" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="PhoenixApiWrappers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PhoenixApiWrappers --version 1.7.0
                    
#r "nuget: PhoenixApiWrappers, 1.7.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.
#:package PhoenixApiWrappers@1.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PhoenixApiWrappers&version=1.7.0
                    
Install as a Cake Addin
#tool nuget:?package=PhoenixApiWrappers&version=1.7.0
                    
Install as a Cake Tool

Phoenix's Api Wrappers

This repository holds automatically generated (by kiota) C# wrappers for Phoenix api's.

If you'd like to work in a different language, you can find the OpenAPI documents in this repository. src/Phoenix.ApiWrapper/OpenApiDocuments

Installation

Install the package through nuget:
dotnet add package Newtonsoft.Json --version 13.0.4

Or add the PackageReference to your .csproj file:
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />

Getting started

You can look at our Example project in this repository to see how to use it.

No docs available atm.

(Re-)Generating the wrapper

Easiest option is to enable generation on build inside of `Phoenix.ApiWrapper.csproj``:

<PropertyGroup>
    <GenerateKiotaOnBuild>false</GenerateKiotaOnBuild>
</PropertyGroup>

Simply set it to true.
You can also run the command manually, once you've installed kiota as a tool:

dotnet tool run kiota generate --openapi "src/Phoenix.ApiWrapper/OpenApiDocuments/phoenix_api.json" --language csharp --output "src\Phoenix.ApiWrapper\Generated\PhoenixNetwork" --namespace-name "Phoenix.Api"

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any popular GitHub repositories.