Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zimbres/dellwarranty
- Owner: zimbres
- License: mit
- Created: 2021-09-14T16:00:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T17:39:24.000Z (4 months ago)
- Last Synced: 2024-12-24T12:18:32.848Z (11 days ago)
- Topics: api, asp-net, csharp, dell, warranty
- Language: C#
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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": ""
}
```