TipsTrade.ApiClient.Core
1.1.0.7
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.8.1
This package targets .NET Framework 4.8.1. The package is compatible with this framework or higher.
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" />
<PackageReference Include="TipsTrade.ApiClient.Core" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=TipsTrade.ApiClient.Core&version=1.1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 aHttpStatusCode
.
TipsTrade.ApiClient.Core.Logging
IWithLogger
,provides a property that returns anILogger
.- Extension methods for
IWithLogger
andILogger
.
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 keyedSempahoreSlim
, backed by aConcurrentDictionary<K, SemaphoreSlim>
.
Product | Versions 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.
-
.NETFramework 4.8.1
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
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.