This project is a .NET Core web API configured in Swagger that requires API token authentication for accessing resources. Versioning is also supported.
- Clone the repository.
- Open the solution in Visual Studio.
- Run the project.
- Set an API token via User Secrets to run this project
- Include the API token in the header of all API requests.
- Use Swagger to view and test the available API endpoints.
- API token authentication for securing access to resources.
- Swagger UI for easy documentation and testing of the API.
- Versioning support to help manage changes to the API over time.
- .NET Core
- Swagger
This project is licensed under the MIT License, - see the file for details.
Swagger for providing an easy way to document and test APIs. Microsoft for creating the .NET Core platform.