/DellWarranty

A C# console application designed to fetch warranty data in batch from the Dell API

Primary LanguageC#MIT LicenseMIT

.NET

Quality gate

Dell Warranty Api Consumer

Console application written C# to retrieve warranty data from Dell Api in batch


Information about Dell Api need to be filled in appsettings.json. This data can be obtained at Dell TechDirect or with the TAM.

"ApiSettings": {
   "ClientId": "",
   "ClientSecret": "",
   "AuthUrl": "",
   "EndpointUrl": ""
 }