PhoenixApiWrappers 1.7.0
dotnet add package PhoenixApiWrappers --version 1.7.0
NuGet\Install-Package PhoenixApiWrappers -Version 1.7.0
<PackageReference Include="PhoenixApiWrappers" Version="1.7.0" />
<PackageVersion Include="PhoenixApiWrappers" Version="1.7.0" />
<PackageReference Include="PhoenixApiWrappers" />
paket add PhoenixApiWrappers --version 1.7.0
#r "nuget: PhoenixApiWrappers, 1.7.0"
#:package PhoenixApiWrappers@1.7.0
#addin nuget:?package=PhoenixApiWrappers&version=1.7.0
#tool nuget:?package=PhoenixApiWrappers&version=1.7.0
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 | Versions 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. |
-
net10.0
- Microsoft.Kiota.Abstractions (>= 1.21.3)
- Microsoft.Kiota.Http.HttpClientLibrary (>= 1.21.3)
- Microsoft.Kiota.Serialization.Form (>= 1.21.3)
- Microsoft.Kiota.Serialization.Json (>= 1.21.3)
- Microsoft.Kiota.Serialization.Multipart (>= 1.21.3)
- Microsoft.Kiota.Serialization.Text (>= 1.21.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.