mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
dcd26ece71
* update powershell script * update powershell bin script (oas3) * update html2 generator's default value * update scala gatling default value |
||
---|---|---|
.. | ||
.openapi-generator | ||
src/Org.OpenAPITools | ||
test | ||
.openapi-generator-ignore | ||
Build.ps1 | ||
README.md |
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;