We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team! I'm using FastJsonapi v1.6, and I love it. Now, however, I want a fieldsets definition support like Blueprinter's view.
My ideal interface is below.
class MovieSerializer include FastJsonapi::ObjectSerializer attributes :name, :year set_fieldset :minimum, { user: [:name] } end serializer = MovieSerializer.new(movie, fieldset: :minimum) serializer.serializable_hash
As I have already implemented this, I'll send a pull request if you agree to my suggestion.
Thanks for your great works!
The text was updated successfully, but these errors were encountered:
Sorry, I missed #362. I should close this issue.
Sorry, something went wrong.
No branches or pull requests
Hi team! I'm using FastJsonapi v1.6, and I love it.
Now, however, I want a fieldsets definition support like Blueprinter's view.
My ideal interface is below.
As I have already implemented this, I'll send a pull request if you agree to my suggestion.
Thanks for your great works!
The text was updated successfully, but these errors were encountered: