arc-isle 0.1.2

The Interface Specification Language for the Arc project: design and implementation
Documentation
# -
- path: settings
  method: get
  response: settings
# -
- path: settings/version
  method: get
  response:
    version: str
# -
- path: settings/channels
  method: put
  body:
    items: array[new_channel_position]
  response:
    channels: array[channel]
# -
- path: settings/timeline_order
  method: put
  body:
    timeline_order: str
  response:
    timeline_order: str