MCPcopy Create free account
hub / github.com/UiPath/uipathcli / OpenApiParser

Struct OpenApiParser

parser/openapi_parser.go:18–18  ·  view source on GitHub ↗

The OpenApiParser parses OpenAPI (2.x and 3.x) specifications. It creates the Definition structure with all the information about the available operations and their parameters for the given service specification.

Source from the content-addressed store, hash-verified

16// It creates the Definition structure with all the information about the available
17// operations and their parameters for the given service specification.
18type OpenApiParser struct{}
19
20func (p OpenApiParser) getSummary(extensions map[string]interface{}) string {
21 name := extensions["summary"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected