openapi-client-generator 0.1.2

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
18
type: object
description: Multiple items returned in order
properties:
  object:
    $ref: "../attributes/object.yml"

  next_url:
    type: string
    description: Url of next page of items in list.
    nullable: true

  previous_url:
    type: string
    description: Url of previous page of items in list.
    nullable: true

  count:
    $ref: "../attributes/count.yml"