Skip to content

Commit 4425b0f

Browse files
docs: add shorthand endpoint example
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
1 parent a07afc0 commit 4425b0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)