Ticketmaster.Core
1.0.0
See the version list below for details.
dotnet add package Ticketmaster.Core --version 1.0.0
NuGet\Install-Package Ticketmaster.Core -Version 1.0.0
<PackageReference Include="Ticketmaster.Core" Version="1.0.0" />
paket add Ticketmaster.Core --version 1.0.0
#r "nuget: Ticketmaster.Core, 1.0.0"
// Install Ticketmaster.Core as a Cake Addin #addin nuget:?package=Ticketmaster.Core&version=1.0.0 // Install Ticketmaster.Core as a Cake Tool #tool nuget:?package=Ticketmaster.Core&version=1.0.0
The Ticketmaster.Core solution contains components such ass common client interfaces:
* IClientConfig - interface for client configuration;
* IApiRequest - interface for api requests classes;
* IApiGetRequest - interface inherited from IApiRequest created for api GET requests classes;
* IApiRespond - interface for Api responses;
Base Implementation for Api Clients BaseClient, and for queering BaseQuery, GetRequest.
This common models components to serialize response data:
* NameIdPair
* IdTypePaire
* IdTypePairCollectionData
* CurrencyValuePair
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- RestSharp (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is Core components for Ticketmaster SDKs.