BitzArt.Flux
0.3.3-Prerelease
Prefix Reserved
See the version list below for details.
dotnet add package BitzArt.Flux --version 0.3.3-Prerelease
NuGet\Install-Package BitzArt.Flux -Version 0.3.3-Prerelease
<PackageReference Include="BitzArt.Flux" Version="0.3.3-Prerelease" />
paket add BitzArt.Flux --version 0.3.3-Prerelease
#r "nuget: BitzArt.Flux, 0.3.3-Prerelease"
// Install BitzArt.Flux as a Cake Addin #addin nuget:?package=BitzArt.Flux&version=0.3.3-Prerelease&prerelease // Install BitzArt.Flux as a Cake Tool #tool nuget:?package=BitzArt.Flux&version=0.3.3-Prerelease&prerelease
Flux | PRELEASE, Work In Progress
Flux is a universal WebAPI Client. It introduces an intuitive way for your software to communicate with external systems, whether they use REST, SOAP, or some other communication standard.
1. Easy Setup: Configure Once, Use Anywhere
Start by setting up the configuration. Instead of dealing with the intricacies of each external service, configure everything in one place. Define communication rules, endpoints, and other essentials. This step keeps your domain code clean and free from the complexities of different services and communication methods.
2. Natural Interaction: Forget Protocols, Focus on Results
Once the setup is done, interaction becomes a breeze. With the groundwork laid out, you can focus on getting things done. Fetch data, send updates, or perform other tasks without worrying about HTTP, REST, SOAP, or any other protocol. Flux handles the technicalities seamlessly in the background.
Key Features:
Practical Abstraction: Flux simplifies your workflow by making interactions with external services straightforward. It's not tied to any specific technology – its goal is to make your work easier.
Cleaner Code: Maintain a clean and organized codebase. With the configuration handling the heavy lifting, your interactions remain consistent and easy to manage. This is Dependency Inversion at it's finest.
Flexible Services: Your code working with external dependencies follows a unified approach. The package manages the intricacies behind the scenes. Switching from one service to another or adapting to different protocols becomes hassle-free. The configuration takes care of the adaptation, sparing your code from unnecessary complexities.
Developer-Focused: This package is designed to save you time and effort. It's all about enhancing simplicity in your work and making coding a more enjoyable experience.
Documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- BitzArt.LinqExtensions (>= 1.1.2)
- BitzArt.Pagination (>= 1.14.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options (>= 7.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BitzArt.Flux:
Package | Downloads |
---|---|
BitzArt.Flux.Json
Flux - Json data source implementation |
|
BitzArt.Flux.MudBlazor
BitzArt.Flux and MudBlazor integration package |
|
BitzArt.Flux.Rest.Context
A transitive package for BitzArt.Flux.Rest |
GitHub repositories
This package is not used by any popular GitHub repositories.