TipsTrade.ApiClient.Core 1.1.0.7

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

TipsTrade.ApiClient.Core

A collection of interfaces, classes and extension methods that are commonly used when writing API client libraries.

Supported versions

  • .Net 8
  • .Net Framework 4.8.1

Namespaces

TipsTrade.ApiClient.Core.Caching

  • IAddToCache<TKey, TValue>, provides a method for adding items to a cache.
  • IGetFromCache<TKey, TValue>, provides a method for getting items from the cache.
  • IReadWriteCache<TKey, TValue>, provides methods for getting and setting items in the cache.

TipsTrade.ApiClient.Core.Credential

  • IIsValid, provides a property for indicating whether a instance is valid.
  • UserCredential, ApiKeyCredential, provides properties for commonly used credential types.
  • IGetCredential<TKey>, IGetCredential<TKey, TCredential>, provides methods for retrieving a credential using a key.
  • ISetCredential<TKey, TCredential>, provides methods setting a credential using a key.
  • TrySetCredentialAsync extension method for safely setting a credential.

TipsTrade.ApiClient.Core.Error

  • ApiException, provides properties for HTTP status codes, data and providers.
  • GetErrorMessage for retrieving a human-readable message from a HttpStatusCode.

TipsTrade.ApiClient.Core.Logging

  • IWithLogger,provides a property that returns an ILogger.
  • Extension methods for IWithLogger and ILogger.

TipsTrade.ApiClient.Core.Tenant

  • GetTenantAsync, provides a method for retriving a tenant.
  • GetTenantOrDefaultAsync extension methods for retrieving a tenant.

TipsTrade.ApiClient.Core.Threading

  • KeyedSemaphoreSlim<K>, provides a thread-safe keyed SempahoreSlim, backed by a ConcurrentDictionary<K, SemaphoreSlim>.
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.  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 Framework net481 is compatible. 
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 TipsTrade.ApiClient.Core:

Package Downloads
TipsTrade.Dvla

Provides access to the DVLA APIs.

TipsTrade.VCheck

Package Description

TipsTrade.UkVehicleData

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0.7 100 7/30/2025
1.1.0.6 106 7/30/2025