You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generate a base Struct that represents an unimplemented server from which a concrete server can be composed.
This unimplemented server currently returns the status code defined by InvalidRequestStatus in the config file.
This should change to a config option called UnimplementedResponseCode and a model should always be generated for it for every request.
The text was updated successfully, but these errors were encountered:
We generate a base Struct that represents an unimplemented server from which a concrete server can be composed.
This unimplemented server currently returns the status code defined by
InvalidRequestStatus
in the config file.This should change to a config option called
UnimplementedResponseCode
and a model should always be generated for it for every request.The text was updated successfully, but these errors were encountered: