Skip to content

Commit 6bfe8fd

Browse files
committed
Badgerati#218: update tags and feature list
1 parent e84a789 commit 6bfe8fd

4 files changed

Lines changed: 22 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Then navigate to `http://127.0.0.1:8000` in your browser.
3737
* Cross-platform using PowerShell Core (with support for PS5)
3838
* Docker support, including images for ARM/Raspberry Pi
3939
* Azure Functions and AWS Lambda support
40+
* OpenAPI and Swagger support
4041
* Listen on a single or multiple IP address/hostnames
4142
* Cross-platform support for HTTP, HTTPS, TCP and SMTP
4243
* Cross-platform support for server-to-client WebSockets, including secure WebSockets

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Pode is a Cross-Platform framework, *completely written in PowerShell*, to creat
1717
* Cross-platform using PowerShell Core (with support for PS5)
1818
* Docker support, including images for ARM/Raspberry Pi
1919
* Azure Functions and AWS Lambda support
20+
* OpenAPI and Swagger support
2021
* Listen on a single or multiple IP address/hostnames
2122
* Cross-platform support for HTTP, HTTPS, TCP and SMTP
2223
* Cross-platform support for server-to-client WebSockets, including secure WebSockets

packers/choco/pode.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Pode is a Cross-Platform framework, completely written in PowerShell, for creati
1616
* Cross-platform using PowerShell Core (with support for PS5)
1717
* Docker support, including images for ARM/Raspberry Pi
1818
* Azure Functions and AWS Lambda support
19+
* OpenAPI and Swagger support
1920
* Listen on a single or multiple IP address/hostnames
2021
* Cross-platform support for HTTP, HTTPS, TCP and SMTP
2122
* Cross-platform support for server-to-client WebSockets, including secure WebSockets
@@ -41,7 +42,7 @@ Pode is a Cross-Platform framework, completely written in PowerShell, for creati
4142
<packageSourceUrl>https://github.com/Badgerati/Pode/tree/master/packers</packageSourceUrl>
4243
<docsUrl>https://badgerati.github.io/Pode</docsUrl>
4344
<bugTrackerUrl>https://github.com/Badgerati/Pode/issues</bugTrackerUrl>
44-
<tags>powershell web server rest api http tcp smtp listener webpages json html unix cross-platform file-monitoring multithreaded cron schedule middleware session authentication active-directory csrf lambda aws azure functions websockets</tags>
45+
<tags>powershell web server rest api http tcp smtp listener unix cross-platform file-monitoring multithreaded schedule middleware session authentication active-directory csrf lambda aws azure functions websockets openapi swagger</tags>
4546
<copyright>Copyright 2017-2020</copyright>
4647
<licenseUrl>https://github.com/Badgerati/Pode/blob/master/LICENSE.txt</licenseUrl>
4748
<requireLicenseAcceptance>false</requireLicenseAcceptance>

src/Pode.psd1

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,24 @@
178178
'Pode',
179179

180180
# openapi
181-
'Enable-PodeOpenApiRoute',
182-
'Enable-PodeSwaggerRoute',
183-
'Add-PodeOpenApiRouteResponse',
184-
'Set-PodeOpenApiRouteRequest',
185-
'New-PodeOpenApiRouteRequestBody',
186-
'Add-PodeOpenApiComponentSchema',
187-
'New-PodeOpenApiSchema',
188-
'New-PodeOpenApiSchemaProperty',
189-
'New-PodeOpenApiRouteRequestParameter',
190-
'Set-PodeOpenApiRouteMetaData'
181+
'Enable-PodeOpenApi',
182+
'Add-PodeOAResponse',
183+
'Add-PodeOAComponentResponse',
184+
'Set-PodeOAAuth',
185+
'Set-PodeOAGlobalAuth',
186+
'Set-PodeOARequest',
187+
'New-PodeOARequestBody',
188+
'Add-PodeOAComponentSchema',
189+
'Add-PodeOAComponentRequestBody',
190+
'Add-PodeOAComponentParameter',
191+
'New-PodeOAIntProperty',
192+
'New-PodeOANumberProperty',
193+
'New-PodeOAStringProperty',
194+
'New-PodeOABoolProperty',
195+
'New-PodeOAObjectProperty',
196+
'New-PodeOARequestParameter',
197+
'Set-PodeOARouteInfo',
198+
'Enable-PodeSwagger'
191199
)
192200

193201
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.

0 commit comments

Comments
 (0)