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

name: x-lang-output

required: false

description: >
  * `native` - Translate response to the native language of the country in the
  request

  * `match` - match the response to the language in the request


  Default response is in English.

schema:
  type: string
  enum: [native, match]