This example uses the GraphQL and HTTP implementations to call the API endpoints at jsonplaceholder.typicode.com.
You could get started by executing the Semaphore CLI.
$ semaphore daemon -f config.hcl
Once Semaphore is up and running you could execute the todo
flow by calling the service on port 8080
.
$ curl 127.0.0.1:8080/ -d '{"query": "{latest{id}todo(id:\"2\"){title}}"}'