OpenAPITools/openapi-generator

Option to disable validation in the API clients

Open

#4168 aperta il 16 ott 2019

Vedi su GitHub
 (4 commenti) (4 reazioni) (0 assegnatari)Java (7516 fork)batch import
Enhancement: FeatureHacktoberfesthelp wanted

Metriche repository

Star
 (26.243 star)
Metriche merge PR
 (Merge medio 12g 6h) (104 PR mergiate in 30 g)

Descrizione

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.

Guida contributor