- This application is a .NET 8 API that can return a single or a set of random quotes from the American TV-series "The Office".
- Built as an ASP.NET Core application with a PostgreSql database
All endpoints are GETs.
| Endpoint | Description | Parameters |
|---|---|---|
| quotes/random | Random quote from The Office | |
| quotes/all | Set of random quotes from The Office |