-
Notifications
You must be signed in to change notification settings - Fork 1
Api Standards
Furkan Güngör edited this page Apr 24, 2022
·
1 revision
All standard events found in api projects are included in this package. You can open an issue for missing standards.
Step 1 : Install Package
Install EasyWeb.AspNetCore.Standarts
from Nuget
Step 2 : Configuration
builder.Services.ConfigureWebApiStandarts(); // <--- Add this one.
Result
When you use the EasyWeb.AspNetCore.Standarts library, the following operations are automatically configured.
- HttpContext services are configured
- Memory Cache
- Response Caching
- Api Versioning
Welcome to the EasyWeb
wiki!
Topics:
- Getting Started