OpenAPITools/openapi-generator

Option to disable validation in the API clients

開放

#4,168 建立於 2019年10月16日

 (4 則留言) (4 個反應) (0 位負責人)Java (7,516 個分叉)batch import
Enhancement: FeatureHacktoberfesthelp wanted

倉庫指標

星標
 (26,243 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

Currently, there's no way to disable validation in the API clients and therefore we cannot use the API clients to perform integration tests with the RESTful backend (e.g. the API client cannot send requests with incorrect values as the client validation rule will fail the operation)

We'll introduce an option (e.g. client_side_validation in the configuration object)

Swagger-codegen version

Latest master

Swagger declaration file content or url
Related issues

To start with, we've added this feature to the Ruby API client.

Suggest a Fix

If anyone wants to work on the enhancement, please reply to let us know.

貢獻者指南