Flynk.Apps.Services 6.1.0

Prefix Reserved
dotnet add package Flynk.Apps.Services --version 6.1.0
                    
NuGet\Install-Package Flynk.Apps.Services -Version 6.1.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="Flynk.Apps.Services" Version="6.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flynk.Apps.Services" Version="6.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Flynk.Apps.Services" />
                    
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 Flynk.Apps.Services --version 6.1.0
                    
#r "nuget: Flynk.Apps.Services, 6.1.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 Flynk.Apps.Services@6.1.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=Flynk.Apps.Services&version=6.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Flynk.Apps.Services&version=6.1.0
                    
Install as a Cake Tool

Flynk.Apps.Services

Application services library for Flynk platform applications

Flynk.Apps.Services is a comprehensive .NET library that provides essential services and utilities for building robust applications on the Flynk platform. This package includes REST client functionality, configuration management, and common application services.

Features

  • REST Client: Robust HTTP client with built-in error handling and retry logic
  • Configuration Management: Centralized configuration utilities for application settings
  • Service Integration: Seamless integration with Flynk platform services
  • Cross-Platform: Built on .NET Standard 2.1 for maximum compatibility
  • Type-Safe: Strongly-typed interfaces and models for reliable development

Installation

Install via NuGet Package Manager:

dotnet add package Flynk.Apps.Services

Or via Package Manager Console:

Install-Package Flynk.Apps.Services

Or add directly to your .csproj file:

<PackageReference Include="Flynk.Apps.Services" Version="6.0.17.18" />

Quick Start

using Flynk.Apps.Services;
using Flynk.Apps.Services.Client;

// Initialize the REST client
var restClient = new RestClient();

// Make API calls
var response = await restClient.GetAsync("https://api.example.com/data");

// Configure application settings
var config = new Config();
config.Load();

Usage Examples

Using the REST Client

using Flynk.Apps.Services.Client;

var client = new RestClient();

// GET request
var data = await client.GetAsync<MyDataType>("https://api.example.com/endpoint");

// POST request
var result = await client.PostAsync("https://api.example.com/endpoint", myObject);

Configuration Management

using Flynk.Apps.Services.Utils;

var config = new Config();
// Access configuration values
var setting = config.GetValue("MySetting");

Requirements

  • .NET Standard 2.1 or higher
  • Compatible with .NET Core 3.0+, .NET 5+, .NET 6+, .NET 8+

Dependencies

  • Flynk.Common.Services
  • System.Net.Http (>= 4.3.4)

Contributing

We welcome contributions to Flynk.Apps.Services! Please feel free to submit issues, fork the repository, and create pull requests.

For major changes, please open an issue first to discuss what you would like to change.

License

See LICENSE.txt for details.


Made with care by Flynk Pty Ltd

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.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (5)

Showing the top 5 NuGet packages that depend on Flynk.Apps.Services:

Package Downloads
Flynk.Apps.Auth.Cognito

Package Description

Flynk.Apps.XamForms

Package Description

Flynk.Apps.Xam.Forms

Package Description

Flynk.Apps.Xam.Forms.iOS

Flynk's enhanced iOS customised UI components for Xamarin Forms based mobile applications.

Flynk.Apps.Xam.Forms.Droid

Flynk's enhanced UI components for Xamarin Forms based mobile applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.0 118 10/30/2025
6.0.17.18 437 8/6/2024
6.0.16.17 698 4/8/2024
6.0.15.16 4,541 8/1/2023
6.0.14.15 520 6/13/2023
6.0.13.14 1,010 3/28/2023
6.0.12.13 782 3/28/2023
6.0.11.12 1,591 2/1/2023
6.0.9.10 2,777 9/6/2022
6.0.8.9 2,238 8/15/2022
6.0.7.8 2,665 4/1/2022
6.0.6.7 2,732 3/22/2022
6.0.5.6 3,010 3/14/2022
6.0.4.5 1,247 3/10/2022
6.0.3.4 1,819 1/19/2022
6.0.2.3 1,769 1/10/2022
6.0.1.2 1,356 12/17/2021
6.0.0.1 1,796 12/16/2021
5.0.3.33 4,496 11/4/2021
5.0.2.32 2,648 10/29/2021
5.0.1.31 2,603 10/22/2021
5.0.0.30 5,365 9/2/2021
5.0.0.29 2,270 8/17/2021
2.1.0.28 481 8/17/2021
1.0.6.27 554 1/26/2021
1.0.6.26 589 11/4/2020
1.0.6.25 642 10/22/2020
1.0.6.24 562 10/16/2020
1.0.6.22 787 10/7/2020
1.0.6.21 616 10/2/2020
1.0.6.20 654 9/3/2020
1.0.6.19 579 8/28/2020
1.0.6.18 568 8/28/2020
1.0.6.17 641 8/17/2020
1.0.6.16 659 8/5/2020
1.0.6.15 647 7/22/2020
1.0.6.14 612 7/3/2020
1.0.6.13 627 7/2/2020
1.0.6.12 679 4/17/2020
1.0.6.11 668 4/3/2020
1.0.6.10 639 3/18/2020
1.0.6.9 624 2/10/2020
1.0.6.8 676 10/29/2019
1.0.5.7 668 10/29/2019
1.0.4.6 672 10/9/2019
1.0.3.5 754 7/11/2019
1.0.3.4 899 6/24/2019