Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zimbres/dellwarranty

A C# console application designed to fetch warranty data in batch from the Dell API
https://github.com/zimbres/dellwarranty

api asp-net csharp dell warranty

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Publish](https://github.com/zimbres/DellWarranty/actions/workflows/dotnet.yml/badge.svg)](https://github.com/zimbres/DellWarranty/actions/workflows/dotnet.yml)

# 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": ""
}
```