-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
JAVAJava client generatorJava client generatorenhancementNew feature or requestNew feature or request
Description
Prior client code generation, we could hardcode a bunch of preconditions to avoid making illegal calls to server. With auto-generated code, the Preconditions are generated based on required swagger annotation.
The main issue is for body type that we pass. The precondition will limit itself to checking for non null body
It would be very handy to specify which properties from the body are required -- obviously this would have to be specified in the swagger schema and the generator would have to be modified to take this into account.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
JAVAJava client generatorJava client generatorenhancementNew feature or requestNew feature or request