require './oneflowclient'
#OneflowClient instance
client = OneflowClient.new(endpoint, token, secret)
# ... Fill in request path and data
#make the POST request to the endpoint
response = client.request("POST", api_path, data)
git clone https://github.com/Oneflow/oneflow-sdk-ruby <your-target-directory>
You can find order validation and submission examples in root folder