ApiUtilities.Common 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package ApiUtilities.Common --version 1.0.3
NuGet\Install-Package ApiUtilities.Common -Version 1.0.3
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="ApiUtilities.Common" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiUtilities.Common --version 1.0.3
#r "nuget: ApiUtilities.Common, 1.0.3"
#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.
// Install ApiUtilities.Common as a Cake Addin
#addin nuget:?package=ApiUtilities.Common&version=1.0.3

// Install ApiUtilities.Common as a Cake Tool
#tool nuget:?package=ApiUtilities.Common&version=1.0.3

ApiUtilities

A lightweight common api wrapper utilities nuget package.

APIUtilities is a comprehensive library designed to accelerate the development of API wrapper NuGet packages. It provides a common layer for base services, common testing classes, and utilities to streamline the creation of API wrappers for various services.

Features

Base Services: Abstract classes and interfaces for common API functionalities. Common Testing Classes: Helper classes for testing API wrappers, making it easier to write unit tests. Utilities: Additional utilities to simplify the implementation of API wrapper functionality.

Getting Started

Installation

Install the APIUtilities NuGet package using the following command:

bash Copy code dotnet add package APIUtilities Usage Base Services: Inherit from the provided base classes and interfaces to create API-specific services.

// Example of using BaseService
public class MyApiService : BaseService
{
    // Implement your API-specific logic here
}

Common Testing Classes: Utilize the provided testing classes for writing unit tests for your API wrapper.

// Example of using CommonTestHelper
public class MyApiTests
{
    [Fact]
    public void TestApiFunctionality()
    {
        var api = new MyApiService();
        var testHelper = new CommonTestHelper(api);

        // Write your unit tests using the test helper
    }
}

Utilities: Explore additional utilities to enhance your API wrapper development.

// Example of using common utilities
var result = APIUtilityHelper.ExecuteApiRequest(apiRequest);

Contributing

Contributions are welcome! Please follow the contribution guidelines when submitting pull requests.

License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ApiUtilities.Common:

Package Downloads
RickNMorty.Common

A Api Wrapper For The Rick And Morty Api

PoliceAPI.Common

Package Description

ApiAlerts.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 101 3/13/2024
1.0.8 73 3/13/2024
1.0.7 77 3/13/2024
1.0.6 108 3/4/2024
1.0.5 123 2/1/2024
1.0.4 210 1/17/2024
1.0.3 219 1/1/2024
1.0.2 188 12/23/2023
1.0.1 113 12/23/2023
1.0.0 104 12/23/2023