Skip to content

v0.4.0

Compare
Choose a tag to compare
@Acconut Acconut released this 11 May 08:06
0844111

This minor release allows to specify additional properties, such as notify_url, besides the steps key in a template resource (see #23). For example:

{
  "steps": {
    ":original": {
      "robot": "/upload/handle"
    },
   ...
  },
  "notify_url": "https://example.com/"
}