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

https://github.com/danbuxton/jokeapi-cs-wrapper

A C# wrapper for the free JokeAPI
https://github.com/danbuxton/jokeapi-cs-wrapper

api-wrapper dotnet joke-api jokeapi nuget nuget-package wrapper

Last synced: 9 months ago
JSON representation

A C# wrapper for the free JokeAPI

Awesome Lists containing this project

README

          

# JokeAPI Wrapper

A C# wrapper for the free JokeAPI by Sv443

---

The API documentation is available here:
[v2.jokeapi.dev](https://v2.jokeapi.dev)

## Install

You can install this using [NuGet](https://www.nuget.org/packages/JokeAPI/) in the following ways:

```dotnet
dotnet add package JokeAPI
```

```xml

```

or using the NuGet Package Manager in Visual Studio searching for ```joke api```