For every web Api that I produce I want to see if it is well configured . That means
- The error flows how it should,where it should ? ( API for error )
 - The user is authorized and authenticated ?
 - What is the current environment that I have ? ( name of the host )
 
Maybe it is good to have the current date of the PC and the configuration
And – why repeat when you can create this ?
You can see the Nuget result at 
You can see
- 
as Swagger at https://netcoreusefullendpoints.azurewebsites.net/swagger
 - 
As BlocklyAutomation at https://netcoreusefullendpoints.azurewebsites.net/BlocklyAutomation
 - 
As package at https://www.nuget.org/packages/NetCoreUsefullEndpoints
 
Leave a Reply