UNPKG

apigeelint

Version:

Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.

29 lines (26 loc) 676 B
<TargetEndpoint name="http-2"> <PreFlow name="PreFlow"> <Request> </Request> <Response/> </PreFlow> <PostFlow name="PostFlow"> <Request/> <Response/> </PostFlow> <Flows> <Flow name="example flow name"> <Description>none</Description> <Request/> <Response/> <Condition>(proxy.pathsuffix MatchesPath "/urlpath") and (request.verb = "GET")</Condition> </Flow> </Flows> <HTTPTargetConnection> <Properties/> <URL>https://targeturl/path</URL> <SSLInfo/> <Authentication/> </HTTPTargetConnection> <HostedTarget/> </TargetEndpoint>