-
Notifications
You must be signed in to change notification settings - Fork 57
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
[DPG] do not generate maxpagesize
on client operations
#1314
Comments
Correctamundo. I think that it should be a safe assumption that any parameter that matches maxpagesize (with or without a leading '$' sign, and case insensitive) should be folded into the pageable code generation. |
On a related note, @iscai-msft, are morphing conditional requests (e.g. if-match and friends) into the corresponding well-known parameters in our DPG code gen? |
Sorry I don't quite get your last question. If your last question is "are we special casing any parameters into well-known locations", we aren't really right now |
We should be. In the fullness of time. In the short term, we can do swagger transforms. But we want to make things go on autopilot/not needing any human intervention for these kind of things. |
According to @johanste, this parameter should not be accessible at the client operation-level. We should instead accept this kwarg on the
ItemPaged.by_page()
.The text was updated successfully, but these errors were encountered: