Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 690 Bytes

.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": ""
 }