mdaneri
mdaneri
The problem is that the JSON is correct ``` "summary": "Return list of Scripts", "parameters": [{ "name": "ScriptQuery", "in": "header", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScriptQuery" } }...
### Description of the Change Revamped OpenAPI implementation **New Features** - #1193 - #1203 - #1205 - #1209 - #1190 - #1160 - #1157 - #1201 - #1213 - #1206...
### Describe the Feature Pode today has no option that allows browsing a directory when a default page is not available. The idea is to add a new `-FileBrowser` parameter...
### Describe the Bug I have this webpage ```html Swagger Editor * { box-sizing: border-box; } body { font-family: Roboto,sans-serif; font-size: 9px; line-height: 1.42857143; color: #444; margin: 0px; } #swagger-editor...
with PWSH 7.4 some of the interop testing are failing. I created a new DLL for .NET 8.0 and everything start to work as expected.
### Describe the Change Signing the PowerShell module would enhance its security by ensuring its authenticity and integrity. This is especially important given the widespread use of Pode in various...
### Describe the Feature An editor that allows the user to - validate the OpenAPI document. - Edit the OpenAPI document. - Create Restful Client ### Function impacted `Enable-PodeOAViewer` ####...
### Describe the Feature In Pode, multiple ways exist to define an endpoint, but all of them are doing more than needed and are not easy to use. In Pode...
### Describe the Feature Because multiple document tools are available on Pode We need a simple page with all links and the content of the OpenAPI definition ### Function impacted...
### Describe the Feature Implement a test to validate the parameters submitted by the clients with the OpenAPI specification. ### Impacted Function - `-Enable-PodeOpenApi` The switch parameter `-EnableSchemaValidation` is required...