action swagger_get_client_options { label: "Returns options for a client library" description: "" provider: swagger method: GET path: "/gen/clients/{language}" encoding: json input: { type: "object" properties: { language: { type: "string" } } required: ["language"] additionalProperties: false } output: { type: "object" additionalProperties: true } }