openapi-generator/samples/client/petstore/powershell
William Cheng dcd26ece71
Update Scala gatling's default value (#390)
* update powershell script

* update powershell bin script (oas3)

* update html2 generator's default value

* update scala gatling default value
2018-05-09 16:34:54 +08:00
..
.openapi-generator Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
src/Org.OpenAPITools update powershell default value (#380) 2018-05-09 10:31:05 +08:00
test update powershell default value (#380) 2018-05-09 10:31:05 +08:00
.openapi-generator-ignore Regenerate samples (#367) 2018-05-08 16:44:51 +08:00
Build.ps1 Update Scala gatling's default value (#390) 2018-05-09 16:34:54 +08:00
README.md Update Scala gatling's default value (#390) 2018-05-09 16:34:54 +08:00

Org.OpenAPITools - the PowerShell module for the OpenAPI Petstore

This is a sample server Petstore server. For this sample, you can use the api key special-key to test the authorization filters.

This PowerShell module is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • SDK version:
  • Build package: org.openapitools.codegen.languages.PowerShellClientCodegen

Frameworks supported

  • PowerShell 3.0 or later

Dependencies

  • C# API client generated by OpenAPI Generator AND should be located in $ScriptDir....\petstore\csharp\OpenAPIClient as stated in Build.ps1

Installation

Run the following command to generate the DLL

  • [Windows] Build.ps1

Then import module from the .\src\Org.OpenAPITools folder:

using Org.OpenAPITools.Org.OpenAPITools/API;
using Org.OpenAPITools.Client;
using Org.OpenAPITools.Org.OpenAPITools/Model;