diff options
Diffstat (limited to 'examples/api_get-json.yaml')
| -rw-r--r-- | examples/api_get-json.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/api_get-json.yaml b/examples/api_get-json.yaml new file mode 100644 index 0000000..eb3619c --- /dev/null +++ b/examples/api_get-json.yaml @@ -0,0 +1,7 @@ +tasks: + - name: Obtener producto fake + module: api + args: + method: get + url: https://fakestoreapi.com/products/1 + parse: json |
