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
I want all properties of GetOrdersReq optional and be presented as http query paramters. But the generated swagger file didn't include information regarding these optional properties (no parameters specified for this API at all):
This is addressed by #199 which I've completely dropped the ball on. Unfortunately I don't have the bandwidth to finish up the PR right now. If you wanted to patch that in and extend upon it I would welcome the PR.
Closing as this is a duplicate of a few other issues.
I have the following gRPC proto definition:
I want all properties of
GetOrdersReq
optional and be presented as http query paramters. But the generated swagger file didn't include information regarding these optional properties (noparameters
specified for this API at all):Did I missing something?
The text was updated successfully, but these errors were encountered: