-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request params inference from method calls on request, default request values support #356
Request params inference from method calls on request, default request values support #356
Conversation
@romalytvynenko can we extend this with having /** @default */ working for ApiResourceItems? Like for instance:
|
@jaimyborgman I thought to do this, but it seems like "default" is not applicable here. I feel like you need combination of
Do I understand this correctly, or |
@default would suit this case better since i'd like to define and let know that there is a default value for "status" instead of giving an example :) |
fixes #340