openapi-client-generator 0.1.9

Generates a client library based on an OpenAPI spec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
type: object

required:
  - html

properties:
  description:
    $ref: "../../../shared/attributes/resource_description.yml"

  html:
    $ref: "../attributes/template_html.yml"

  metadata:
    $ref: "../../../shared/models/metadata.yml"

  engine:
    $ref: "../../../shared/attributes/engine.yml"