Example 1 - Node with Transaction Mode (HTTP)
curl --insecure \
--location 'https://127.0.0.1/data/flowsync/example1' \
--header 'Authorization: Bearer <replace with your token>'
Last updated
Was this helpful?
curl --insecure \
--location 'https://127.0.0.1/data/flowsync/example1' \
--header 'Authorization: Bearer <replace with your token>'
Last updated
Was this helpful?
Was this helpful?
description: FlowSync - Example 1
metadata:
name: example 1
version: 1.0.0
resources:
testServer:
type: Cybus::Server::Http
properties:
basePath: /FlowSync
exampleNode:
type: Cybus::Node::Http
properties:
parent: !ref testServer
method: GET
route: /example1
operation: transaction