-
Notifications
You must be signed in to change notification settings - Fork 77
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
Filter response fields if using JSONAPI Query Parser #120
Labels
Comments
jeregrine
changed the title
Filter response values if using JSONAPI Query Parser
Filter response fields if using JSONAPI Query Parser
Jun 22, 2018
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Jan 31, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Jan 31, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Jan 31, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Jan 31, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 3, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 6, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 12, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 12, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 13, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 13, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 13, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 17, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 17, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 18, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
jherdman
added a commit
to jherdman/jsonapi
that referenced
this issue
Feb 21, 2019
Whilst the `QueryParser` was correctly identifying requested fieldsets, nothing was done to actually support this. This change prunes returned fields to those requested should it be the case. Note that this change also includes a few more typespecs for functions I touched or read. Resolves beam-community#120 Closes beam-community#156
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we handle the includes case in the query parser but not filtering fields attributes on the response. We can handle this automagically.
The text was updated successfully, but these errors were encountered: