-
Notifications
You must be signed in to change notification settings - Fork 218
Add support for 'meta' #72
Conversation
Very nice! Question on this.. I wonder if we should support creating objects with meta too? We support creating objects with relationships. |
@genexp I believe this PR accomplishes that, but can you please clarify if you're looking for something different? This PR allows meta to be added at the resource object-level and relationship level. Then, in the same vein as the recent PR for Links, we can add meta at the top level by doing something like:
|
Hey @sbelkin88 - I guess I was asking about UnmarshalMany, and receiving metadata. After re-reading the spec, I'm actually not sure if this is possible or not. I can see it being useful (we let games submit data to us, and having the ability to add metadata about how it was received would be handy), but I don't think we should deviate in any way from spec. |
Hi @aren55555 - I saw the @googlebot's message above, but I believe I am the author for all the commits in this branch. Can you please help advise if there is any action needed, or where the other author is so I can contact them if necessary? Also, are you able to advise on what the |
@sbelkin88 the @googlebot is because I resolved the conflict. The mixed branch authors cause that message; in this case it can be ignored. As for the
I've already started on both of those and will mention this PR when I open a PR to merge |
See #81 for the subsequent changes I made. |
No description provided.