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
in: query

name: include

description: >
  Request that the response include the total count by specifying
  `include=["total_count"]`.

schema:
  type: array
  items:
    type: string

explode: true