NetCoreUsefullEndpoints-5 Endpoints summary
So for now the package https://www.nuget.org/packages/NetCoreUsefullEndpoints/ has the following endpoints:
GET=>/api/usefull/user/authorization
GET=>/api/usefull/user/noAuthorization
GET=>/api/usefull/environment
GET=>/api/usefull/errorWithILogger
GET=>/api/usefull/errorPure
GET=>/api/usefull/date
GET=>/api/usefull/endpoints/graph ( this calls https://github.com/dotnet/aspnetcore/blob/8bf447aa3f9719f6f162598708020dd4b420b49d/src/Http/Routing/src/Internal/DfaGraphWriter.cs#L22 )
GET=>/api/usefull/endpoints/text
GET=>/api/usefull/configuration ( this calls https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.configurationrootextensions.getdebugview?view=dotnet-plat-ext-6.0 )
You can see in practice at https://netcoreusefullendpoints.azurewebsites.net/swagger/
Leave a Reply