We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07afc0 commit 4425b0fCopy full SHA for 4425b0f
examples/call-http-shorthand-endpoint.yaml
@@ -0,0 +1,11 @@
1
+document:
2
+ dsl: 1.0.0-alpha1
3
+ namespace: examples
4
+ name: call-http-shorthand-endpoint
5
+ version: 1.0.0-alpha1
6
+do:
7
+ getPetById:
8
+ call: http
9
+ with:
10
+ method: get
11
+ endpoint: https://petstore.swagger.io/v2/pet/1
0 commit comments