arc-isle 0.1.2

The Interface Specification Language for the Arc project: design and implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_import: 
  - interfaces/auth.yml
  - interfaces/messages.yml
  - interfaces/settings.yml
declarations:
  - path: history
    method: get
    query:
      period: str
      limit: int
      after: str?
    response:
      items: array[update]
      after: str?