You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a blog post -> author -> image relationship. When requesting the blog post, both the author and images show up in the includes field in the resposne, but the resolve logic in this library doesn't flatten it out properly, and then image source is lost.
PR #181 been merged now, so this issue should be gone @floriank. Given it's been 7 years, I'm not sure whether @stavro still needs this 😂, I think it can be closed though.
I have a
blog post -> author -> image
relationship. When requesting the blog post, both the author and images show up in theincludes
field in the resposne, but the resolve logic in this library doesn't flatten it out properly, and then image source is lost.VCR'd Fixture: https://gist.github.com/stavro/fb38c303017549feb07e51f4b7665eb0
Expected: Be able to access the author's image.
Actual: Image is not available after this library parses the response. It is in the response though.
The text was updated successfully, but these errors were encountered: