Christian Smolka
Christian Smolka
Sure. All resources are `0..n`. For the sake of readability, I just provided one object per resource. --- `/api/v1/customer` ```json [ { "id": 22, "name": "Customer 22", "_links": { "self":...
Ok, got it. So I guess there is no other way as to do it with the `.uri.uri` thingi and fetch them all by hand. Thanks!
> Sorry, but I think link can not be an Array. Why not? I don't see why a link should be exclusively pointing to a single resource. As far as...
I added some handling to be able to serialize embedded arrays correctly. And I added lodash if you don't mind. 😃 I will provide the test coverage this weekend.
Could this be a part of the solution for https://github.com/deblockt/hal-rest-client/issues/22?
Sorry, not right now. They shifted the focus on another project at work. But I try to get my hands on as soon as possible.