flapjack / flapjack-diner

Consumer of the Flapjack API
http://flapjack.io/
MIT License
17 stars 10 forks source link

Missing links[:checks] on entities #34

Closed Sarah-E-Greene closed 9 years ago

Sarah-E-Greene commented 9 years ago

If you get an entity, its links[:checks] array will contain all check ids for that entity

This currently doesn't happen:

pry(main)> entity = Flapjack::Diner.entities_matching(/^foo}/) => [{:id=>"123", :name=>"foo.bar", :links=>{:contacts=>["142", "182", "352", "852", "46", "40", "4"]}}]

ghost commented 9 years ago

https://github.com/flapjack/flapjack/blob/threading_and_sandstorm branch does this, need to backport that functionality.

ghost commented 9 years ago

Closing this, will re-open against flapjack proper.

ghost commented 9 years ago

https://github.com/flapjack/flapjack/issues/648