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

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.

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?