Skip to content
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

Support nested parameters described as string like name: 'fields[article]' #40

Closed
ahx opened this issue Nov 15, 2019 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@ahx
Copy link
Owner

ahx commented Nov 15, 2019

Currently we support nested query parameters that are describes as type: object with a nested schema.
We should also support query parameters that are described as name: 'fields[article]' and type: string, which will be parsed by rack as a nested obect by default.

@ahx ahx added the enhancement New feature or request label Nov 15, 2019
@ahx ahx changed the title Support neested parameters described as string like name: 'fields[article]' Support nested parameters described as string like name: 'fields[article]' or name: 'fields[]' Mar 26, 2020
@ahx ahx changed the title Support nested parameters described as string like name: 'fields[article]' or name: 'fields[]' Support nested parameters described as string like name: 'fields[article]' May 7, 2020
@ahx
Copy link
Owner Author

ahx commented May 7, 2020

Closed via #75
Released in 0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant