https://github.com/analogfeelings/sharpcat
A C# library (still unfinished) to get images from the Cat and Dog API.
https://github.com/analogfeelings/sharpcat
cat cat-api dog dog-api
Last synced: 3 months ago
JSON representation
A C# library (still unfinished) to get images from the Cat and Dog API.
- Host: GitHub
- URL: https://github.com/analogfeelings/sharpcat
- Owner: AnalogFeelings
- License: gpl-3.0
- Created: 2021-02-17T19:28:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T17:40:54.000Z (over 4 years ago)
- Last Synced: 2025-03-11T01:51:18.829Z (4 months ago)
- Topics: cat, cat-api, dog, dog-api
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharpCat
A C# library (still unfinished) to get images from the Cat and Dog API.Very simple to use, just get a key from the respective API website, create a new SharpCatRequester/SharpDogRequester object with it, then create a List<> of CatImage/DogImage and await GetImageAsync (and also create a search params object). Simple, right?