Almostengr.FalconPiPlayer.ApiClient
9.2025.10.1223
dotnet add package Almostengr.FalconPiPlayer.ApiClient --version 9.2025.10.1223
NuGet\Install-Package Almostengr.FalconPiPlayer.ApiClient -Version 9.2025.10.1223
<PackageReference Include="Almostengr.FalconPiPlayer.ApiClient" Version="9.2025.10.1223" />
<PackageVersion Include="Almostengr.FalconPiPlayer.ApiClient" Version="9.2025.10.1223" />
<PackageReference Include="Almostengr.FalconPiPlayer.ApiClient" />
paket add Almostengr.FalconPiPlayer.ApiClient --version 9.2025.10.1223
#r "nuget: Almostengr.FalconPiPlayer.ApiClient, 9.2025.10.1223"
#:package Almostengr.FalconPiPlayer.ApiClient@9.2025.10.1223
#addin nuget:?package=Almostengr.FalconPiPlayer.ApiClient&version=9.2025.10.1223
#tool nuget:?package=Almostengr.FalconPiPlayer.ApiClient&version=9.2025.10.1223
Falcon Pi Player API Client
Endpoints are group by client interfaces based on their route. This version of this client has been test with Falcon Pi Player version 7.0 API. Future version may have additional endpoints that have changed and have not been tested with this version of the library.
Example Usage
To use the API Clients defined in this library, add the below code to the Program.cs file of your application.
Program.cs
builder.Services.AddFalconPiPlayerApiClientServices();
Service or Controller Class
in your service or controller class, use the example code below to add the specific FPP Client that you need. Client that you need is based on the API route.
public class FppService(IFppdClient fppdClient)
{
_fppdClient = fppdClient;
}
Other available interfaces include
- ICommandClient
- IFppdClient
- IMediaClient
- IPlaylistClient
- IScriptsClient
- ISystemClient
Issues and Feature Requests
Any issues, bugs, or feature requests for this library, should be submitted to its Github repository. When submitting the request, be sure to use the appropriate template. Requests that are not submitted using the appropriate template, may be ignored or rejected.
Repository URL
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- Almostengr.Common (>= 9.2025.8.2203)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.2025.10.1223 | 212 | 10/12/2025 |