Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ Parse
Method
Parse
parser/parser.go:9–9 ·
view source on GitHub ↗
(name string, data []byte)
Source
from the content-addressed store, hash-verified
7
// parameters of the service.
8
type
Parser
interface
{
9
Parse(name string, data []byte) (*Definition, error)
10
}
Callers
15
toUrl
Function · 0.65
TestOAuthAuthenticatorNotEnabled
Function · 0.65
TestOAuthAuthenticatorInvalidConfig
Function · 0.65
TestInvalidStateShowsErrorMessage
Function · 0.65
TestMissingCodeShowsErrorMessage
Function · 0.65
callAuthenticator
Function · 0.65
createIdentityUrl
Function · 0.65
Start
Method · 0.65
getConfig
Method · 0.65
getUri
Method · 0.65
validateUri
Method · 0.65
toUri
Function · 0.65
Implementers
1
OpenApiParser
parser/openapi_parser.go
Calls
no outgoing calls
Tested by
9
toUrl
Function · 0.52
TestOAuthAuthenticatorNotEnabled
Function · 0.52
TestOAuthAuthenticatorInvalidConfig
Function · 0.52
TestInvalidStateShowsErrorMessage
Function · 0.52
TestMissingCodeShowsErrorMessage
Function · 0.52
callAuthenticator
Function · 0.52
createIdentityUrl
Function · 0.52
Start
Method · 0.52
toUri
Function · 0.52