Skip to content

Api Standards

Furkan Güngör edited this page Apr 24, 2022 · 1 revision

Summary

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:

Clone this wiki locally