feat: add global variables for all query fields#12
feat: add global variables for all query fields#12System-Glitch merged 6 commits intogo-goyave:masterfrom
Conversation
|
While we're at it, can we do this for all the query parameters? ( |
No problem, I'll add them later |
|
Should we add a FieldName field at the end of all fields to better express the function of the field? The current field name may be ambiguous, for example, |
I'm fine with |
System-Glitch
left a comment
There was a problem hiding this comment.
I left a few recommendations for the documentation. Otherwise it looks good to me! Thank you very much! 👍🏻
Pull Request Test Coverage Report for Build 13654836363Details
💛 - Coveralls |
Co-authored-by: SystemGlitch <jeremy.la@outlook.fr>
Co-authored-by: SystemGlitch <jeremy.la@outlook.fr>
Co-authored-by: SystemGlitch <jeremy.la@outlook.fr>
|
Thank you! 🎉 |
As discussed in go-goyave/goyave#242,
QueryParamPageandQueryParamPerPageare added to change the current page number field name and the data size per page field name in pagination parameters.