From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/api.yaml (limited to 'examples/api.yaml') diff --git a/examples/api.yaml b/examples/api.yaml new file mode 100644 index 0000000..057dd22 --- /dev/null +++ b/examples/api.yaml @@ -0,0 +1,9 @@ +tasks: + - name: Crear producto de prueba + module: api + args: + method: post + url: https://fakestoreapi.com/products + body: '{"title":"Producto ShFlow","price":99.99,"description":"Generado desde módulo api.sh","image":"https://example.com/img.png","category":"electronics"}' + parse: json + -- cgit v1.2.3