Closed metzm closed 2 years ago
Maybe this new helper function is of wider interest, e.g. for the actinia-python-client.
How to use:
process_chain = {"version": 1, "list": []}
pc_item = create_actinia_pc_item(...)
process_chain["list"].append(pc_item)
request = requests.post(url=request_url, auth=actinia_auth, json=process_chain)
Maybe this new helper function is of wider interest, e.g. for the actinia-python-client.
How to use: