mdaneri
mdaneri
### Describe the Change Implement in Pode the classic PetStore sample [https://github.com/mdaneri/Pode/tree/develop/examples/PetStore](url)
### Describe the Change Add the new functions to the OpenAPI tutorial
### Describe the Change Official OpenAPI 3.0.3 document with the Pode translation [https://github.com/mdaneri/Pode/blob/develop/docs/OpenApi/OASpec3_0_3.md](url)
### Feature Add support for 3rd party YAML modules, and in the absence of any 3rd party, will use an internal YAML implementation. The internal YAML conversion implementation is limited...
### Describe the Feature Pode is going to expand the OpenAPI support to include any feature actually missing on 3.0.x and 3.1.0 ###Documentation - https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md - https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md #### Unsupported features...
### Feature Pode today supports the following documentation tools - Redoc - Swagger version 3 The plan is to extend the list to other 4 tools and upgrade Swagger to...
### Feature Add support to the generation of the OpenAPI document in YAML format in addition to JSON Note The internal YAML conversion implementation is limited in scope, and the...
### Describe the Feature Support for Multipart Upload ### New Functions `New-PodeOAContentMediaType ` ### Parameters - `-MediaType` An array of strings specifying the media types to be defined. Media types...
### Describe the Feature Add the option to define ant alternative server array to service all operations in a specific path. new functions `Add-PodeOAExternalRoute` `New-PodeOAServerEndpoint` External route in addition to...
### Describe the Feature Add support for Open API reusable headers ###Function Impacted `Add-PodeOAResponse ` - Parameters -Headers ### New Function `Add-PodeOATag` #### Properties - `-Name` The Name of the...