This project makes use of:
- ASP.NET 6
- Minimal API
- Api.chucknorris
https://chucknorrisapi.azurewebsites.net/joke/chuck
The API contains three end-points
GET Request: Get a list of Chuck Norris jokes based on a topic. Add a topic to the end of the URL get results
POST Request: Get a list of Chuck Norris jokes based on a category. Add the category to the end of the URL get results
PUT Request: Returns a random Chuck Norris joke
You can see the end-points using swagger: