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

name: limit

required: false

description: How many results to return.

schema:
  type: integer
  minimum: 1
  default: 10
  maximum: 100
  example: 10