Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Allow using nested object values when piplining #50

Closed
cadecairos opened this issue Jul 2, 2015 · 4 comments
Closed

Allow using nested object values when piplining #50

cadecairos opened this issue Jul 2, 2015 · 4 comments
Assignees
Milestone

Comments

@cadecairos
Copy link
Contributor

I've got a case where a response looks like this:

{
  obj: {
    id: 1
  }
}

And I'd like to do this in a future batch request: "/foo/$0.obj.id/bar", but it seems I can only refer to one level of an object.

@cadecairos
Copy link
Contributor Author

cc/ @hueniverse

@cadecairos cadecairos added this to the 1.8 milestone Jul 2, 2015
@cadecairos cadecairos self-assigned this Jul 3, 2015
@cadecairos cadecairos reopened this Jul 4, 2015
@cadecairos cadecairos modified the milestones: 1.9.0, 1.8 Jul 4, 2015
@cadecairos
Copy link
Contributor Author

This can be better accomplished with Hoek.reach

@hueniverse
Copy link
Contributor

If the issue was already released, you need to open a new one. Otherwise we lose the history of what was included in each release.

@cadecairos
Copy link
Contributor Author

you got it!

@cadecairos cadecairos modified the milestones: 1.8, 1.8.1 Jul 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants