Ticketmaster.Core 1.0.0

There is a newer version of this package available.
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
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="Ticketmaster.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ticketmaster.Core --version 1.0.0
#r "nuget: Ticketmaster.Core, 1.0.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 3,509 6/6/2021
2.0.4 2,835 5/11/2020
2.0.3 637 5/11/2020
2.0.3-alpha 485 9/12/2019
2.0.2 12,484 6/22/2019
2.0.1 886 12/22/2018
2.0.0 1,050 7/16/2018
1.0.1 1,482 1/23/2018
1.0.0 1,403 8/4/2017

This is Core components for Ticketmaster SDKs.