OpenAPI Generator

OpenAPI Generator

  • Get Started
  • Generators
  • Roadmap
  • Team
  • FAQ
  • Blog

Config Options for powershell

OptionDescriptionValuesDefault
csharpClientPathPath to the C# API client generated by OpenAPI Generator, e.g. $ScriptDir..\csharp\OpenAPIClient where $ScriptDir is the current directory. NOTE: you will need to generate the C# API client separately.$ScriptDir\csharp\OpenAPIClient
packageGuidGUID for PowerShell module (e.g. a27b908d-2a20-467f-bc32-af6f3a654ac5). A random GUID will be generated by default.null
packageNameClient package name (e.g. org.openapitools.client).Org.OpenAPITools

IMPORT MAPPING

Type/AliasImports
Arrayjava.util.List
ArrayListjava.util.ArrayList
BigDecimaljava.math.BigDecimal
Datejava.util.Date
DateTimeorg.joda.time.*
Filejava.io.File
HashMapjava.util.HashMap
Listjava.util.*
LocalDateorg.joda.time.*
LocalDateTimeorg.joda.time.*
LocalTimeorg.joda.time.*
Mapjava.util.Map
Setjava.util.*
Timestampjava.sql.Timestamp
URIjava.net.URI
UUIDjava.util.UUID

INSTANTIATION TYPES

Type/AliasInstantiated By

LANGUAGE PRIMITIVES

  • Boolean
  • Byte
  • Byte[]
  • Char
  • Decimal
  • Double
  • Guid
  • Int16
  • Int32
  • Int64
  • ProgressRecord
  • SByte
  • SecureString
  • Single
  • String
  • System.DateTime
  • TimeSpan
  • UInt16
  • UInt32
  • UInt64
  • Uri
  • Version
  • XmlDocument

RESERVED WORDS

  • Begin
  • Break
  • Catch
  • Continue
  • Data
  • Do
  • Dynamicparam
  • Else
  • Elseif
  • End
  • Exit
  • Filter
  • Finally
  • For
  • Foreach
  • From
  • Function
  • If
  • In
  • Local
  • Param
  • Private
  • Process
  • Return
  • Switch
  • Throw
  • Trap
  • Try
  • Until
  • Where
  • While
Last updated on 1/20/2020
  • IMPORT MAPPING
  • INSTANTIATION TYPES
  • LANGUAGE PRIMITIVES
  • RESERVED WORDS
OpenAPI Generator
Docs
Customizing GeneratorsWorkflow Integrations
Community
User ShowcaseStack OverflowChat RoomTwitter
More
BlogGitHub RepoStar
Copyright © 2020 OpenAPI-Generator Contributors (https://openapi-generator.tech). (Both "OpenAPI Tools" (https://OpenAPITools.org) and "OpenAPI Generator" are not affiliated with OpenAPI Initiative (OAI))