An error occurred while fetching the assigned milestone of the selected merge_request.
bin
openapi3
powershell-experimental-petstore.sh +32 -0
powershell-config.json +3 -0
docs
generators
powershell-experimental.md +212 -0
generators.md +1 -0
modules/openapi-generator/src
main
java/org/openapitools/codegen/languages
PowerShellExperimentalClientCodegen.java +821 -0
resources
META-INF/services
org.openapitools.codegen.CodegenConfig +1 -0
powershell-experimental
Build.ps1.mustache +66 -0
Get-CommonParameters.mustache +15 -0
Org.OpenAPITools.psm1.mustache +20 -0
Out-DebugParameter.mustache +38 -0
README.mustache +104 -0
about_Org.OpenAPITools.help.txt.mustache +27 -0
api.mustache +179 -0
api_client.mustache +168 -0
api_doc.mustache +87 -0
api_test.mustache +15 -0
appveyor.mustache +10 -0
configuration.mustache +114 -0
model.mustache +32 -0
model_doc.mustache +30 -0
model_test.mustache +14 -0
partial_header.mustache +15 -0
test/resources/3_0/powershell
petstore.yaml +741 -0
samples/…/…/powershell-experimental
.openapi-generator
VERSION +1 -0
docs
ApiResponse.md +26 -0
Category.md +24 -0
InlineObject.md +24 -0
InlineObject1.md +24 -0
Order.md +32 -0
PSPetApi.md +415 -0
PSStoreApi.md +191 -0
PSUserApi.md +403 -0
Pet.md +32 -0
Tag.md +24 -0
User.md +36 -0
src/PSPetstore
API
PSPetApi.ps1 +433 -0
PSStoreApi.ps1 +190 -0
PSUserApi.ps1 +410 -0
Client
PSConfiguration.ps1 +120 -0
Model
ApiResponse.ps1 +34 -0
Category.ps1 +30 -0
InlineObject.ps1 +30 -0
InlineObject1.ps1 +30 -0
Order.ps1 +46 -0
Pet.ps1 +46 -0
Tag.ps1 +30 -0
User.ps1 +54 -0
Private
Get-CommonParameters.ps1 +21 -0
Out-DebugParameter.ps1 +44 -0
PSApiClient.ps1 +174 -0
en-US
about_PSPetstore.help.txt +19 -0
PSPetstore.psd1 +133 -0
PSPetstore.psm1 +26 -0
tests
ApiResponse.Tests.ps1 +16 -0
Category.Tests.ps1 +16 -0
Configuration.Tests.ps1 +31 -0
InlineObject.Tests.ps1 +16 -0
InlineObject1.Tests.ps1 +16 -0
New-ApiResponse.Tests.ps1 +16 -0
New-Category.Tests.ps1 +16 -0
New-InlineObject.Tests.ps1 +16 -0
New-InlineObject1.Tests.ps1 +16 -0
New-Order.Tests.ps1 +16 -0
New-Pet.Tests.ps1 +16 -0
New-Tag.Tests.ps1 +16 -0
New-User.Tests.ps1 +16 -0
Order.Tests.ps1 +16 -0
PSPetApi.Tests.ps1 +73 -0
PSStoreApi.Tests.ps1 +41 -0
PSUserApi.Tests.ps1 +73 -0
Pet.Tests.ps1 +16 -0
PetApi.Tests.ps1 +73 -0
Petstore.Tests.ps1 +63 -0
StoreApi.Tests.ps1 +41 -0
Tag.Tests.ps1 +16 -0
User.Tests.ps1 +16 -0
UserApi.Tests.ps1 +73 -0
plus.gif +0 -0
.openapi-generator-ignore +23 -0
Build.ps1 +72 -0
README.md +112 -0
Test1.ps1 +54 -0
appveyor.yml +16 -0
plus.gif +0 -0
+ 32
- 0
ags="generate -t modules/openapi-generator/src/main/resources/powershell-experimental -i modules/openapi-generator/src/test/resources/3_0/powershell/petstore.yaml -g powershell-experimental -o samples/client/petstore/powershell-experimental --additional-properties packageGuid=a27b908d-2a20-467f-bc32-af6f3a654ac5,packageName=PSPetstore,apiNamePrefix=PS,packageVersion=0.1.2 -c ./bin/powershell-config.json $@"
bin/powershell-config.json
0 → 100644
+ 3
- 0
docs/generators/powershell-experimental.md
0 → 100644
+ 212
- 0
+ 1
- 0
@@ -46,6 +46,7 @@ The following generators are available:
+ 821
- 0
Files with large changes are collapsed by default.