JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
362 stars 186 forks source link

Error Details aren't accruable if a title exists #248

Open darkbushido opened 7 years ago

darkbushido commented 7 years ago

I'm using this client against a rails server using the jsonapi-resources.

ActiveModel::Errors will only take a single string, The implementation on resource.rb only adds the details if the title is missing.

Is there any way to access the details?

VinceBassman commented 7 years ago

I am facing the same issue, is there any news to this topic? How can I access the details even if the title is available? Thanks!