summaryrefslogtreecommitdiff
path: root/examples/api.yaml
blob: 057dd228c6a695e864f4215a56d375efafdadab3 (plain)
1
2
3
4
5
6
7
8
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