This project provides common functionality for ASP.Net API projects.
This project contains common functionality for ASP.Net API projects.
It mainly contains interfaces for registering Minimal API endpoints accross the whole project without linking them all at a single place.
Install the NuGet package Basilisque.Base.API.
Create a new registration class for your API implementing IEndpoint.
The Basilisque framework (including this repository) is licensed under the Apache License, Version 2.0.