Documentation ¶
Index ¶
Constants ¶
View Source
const ( ParameterTypeString = "string" ParameterTypeBinary = "binary" ParameterTypeInteger = "integer" ParameterTypeNumber = "number" ParameterTypeBoolean = "boolean" ParameterTypeObject = "object" ParameterTypeStringArray = "stringArray" ParameterTypeIntegerArray = "integerArray" ParameterTypeNumberArray = "numberArray" ParameterTypeBooleanArray = "booleanArray" ParameterTypeObjectArray = "objectArray" )
View Source
const ( ParameterInPath = "path" ParameterInQuery = "query" ParameterInHeader = "header" ParameterInBody = "body" ParameterInForm = "form" )
View Source
const CustomParameterNameExtension = "x-name"
View Source
const DefaultServerBaseUrl = "https://cloud.uipath.com"
View Source
const RawBodyParameterName = "$input"
Variables ¶
This section is empty.
Functions ¶
func ToSnakeCase ¶
Types ¶
type Definition ¶
func NewDefinition ¶
func NewDefinition(name string, description string, operations []Operation) *Definition
type OpenApiParser ¶
type OpenApiParser struct{}
func (OpenApiParser) Parse ¶
func (p OpenApiParser) Parse(name string, data []byte) (*Definition, error)
type Operation ¶
type OperationCategory ¶ added in v1.0.26
func NewOperationCategory ¶ added in v1.0.26
func NewOperationCategory(name string, description string) *OperationCategory
Click to show internal directories.
Click to hide internal directories.