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
- Host: GitHub
- URL: https://github.com/danbuxton/jokeapi-cs-wrapper
- Owner: DanBuxton
- License: mit
- Created: 2023-01-01T11:53:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T21:38:47.000Z (over 1 year ago)
- Last Synced: 2025-08-26T14:16:05.474Z (9 months ago)
- Topics: api-wrapper, dotnet, joke-api, jokeapi, nuget, nuget-package, wrapper
- Language: C#
- Homepage: https://v2.jokeapi.dev
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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```