dotnet minimal api impl of https://github.com/robert-z/simple-pokemon-json-api
Most of the information was derived from https://www.hanselman.com/blog/exploring-a-minimal-web-api-with-aspnet-core-6 , which is a good starting point to minimal APIs for ASP.NET Core with .NET 6. This was my first attempt at them.
By all means file an issue or start a PR! I'm sure there's plenty of ways to improve on this.