ApiFramework
ApiFramework copied to clipboard
Everything is an (Open)API
Sorry for asking for help with issues. I'm currently working on a project, in which users upload files, and then serve the processed information of the file on an endpoint....
Hello, I would like to configure a SOAP service. On the website it makes some mention of it, but I have not seen how. It's possible? Thanks a lot
Currently API Framework targets the LTS version of .NET Core, meaning .NET Core 3.1. The current idea is to jump from 3.1 to .NET 6 as that is the next...
EndpointDefinition cannot be created without a valid route and ApiDefinition. This change introduces only one constructor which validates the required parameters: - `route` - `api`
EndpointInitializationOptions can be changed alter what happens when Endpoint initialization start, fails or finishes. There's two issues: * IServiceProvider isn't available for example in OnInitialization on in the other events....
Currently to get hands on to ActionDescriptorChangeProvider one has to use the following: public EndpointManagementService(IEnumerable changeProviders) { _changeProvider = changeProviders.FirstOrDefault(x => x is ActionDescriptorChangeProvider) as ActionDescriptorChangeProvider; } Making ActionDescriptorChangeProvider available...
Updated Microsoft.AspNetCore.Authentication.JwtBearer package to Weikio.ApiFramework.Samples.Admin.csproj
It would be helpful if endpoints could log messages into the endpoint status. This way we could display endpoint specific notes/warnings/issues to the user through the status.