Suave.Swagger
Suave.Swagger copied to clipboard
This is an extension for Suave.io with some REST tools and Swagger documentation helpers
Bumps [node-sass](https://github.com/sass/node-sass) from 3.3.3 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...
Bumps [node-sass](https://github.com/sass/node-sass) from 3.3.3 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...
### Description When receiving a GET request with body content, the body content is empty. ### Repro steps Example: ` for route in getOf (path "/pets" >=> request (fun authenticatingUser...
Fix of the issue #25
### Description When trying to add Suave.Swagger to the dotnet core app the following error is appeared: ``` warning NU1701: Package 'Suave.Swagger 2.3.0' was restored using '.NETFramework,Version=v4.6.1' instead of the...
### Description Suave web applications can be used with [AspNetCore](https://github.com/SuaveIO/Suave.AspNetCore) but native Suave WebSockets are not available and this breaks web part delivering Swagger UI. ### Workaround Swagger UI can...
How would I define a route for uploading a file. Is it possible?