ApiFramework icon indicating copy to clipboard operation
ApiFramework copied to clipboard

Everything is an (Open)API

Results 16 ApiFramework issues
Sort by recently updated
recently updated
newest added

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...

question

EndpointDefinition cannot be created without a valid route and ApiDefinition. This change introduces only one constructor which validates the required parameters: - `route` - `api`

enhancement

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....

enhancement

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...

enhancement
good first issue

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.

enhancement