Aron Balog

Results 4 comments of Aron Balog

@ninux9 Try to call `/jsonapi/program` instead `/jsonapi/programs` and see if it works. It seems that @JsonApiResource type is not handled correctly. I am also having problem with this.

@Thiryn Rule you quoted applies only for resource objects, not the pointer objects inside `relationships` payload. So I think creating an object and relationship in one request is not supported...

@Thiryn You are right. I will find a solution and implement it in a couple of days. Stay tuned. Thanks for reporting.

@nbonatsakis Until I find appropriate solution, I suggest that you always retain `Document` object. Removing this object from memory will cause unexpected side-effects at this moment. I'm having few solutions...