dropbox / pygerduty

A Python library for PagerDuty.
MIT License
164 stars 72 forks source link

Discussion: Ability to move from object to object #32

Open tkensiski opened 8 years ago

tkensiski commented 8 years ago

So if the title doesn't make sense let me explain. I would like the ability to go from a parent object to a child object. For instance Team -> Service -> Escalation Policy -> Escalation Rules -> Schedules.

So first off I am only opening this for discussion since I think it would be pretty spiffy to do this since they link together. So let me know your thoughts if this is worth pursuing.

tkensiski commented 8 years ago

I guess this already sort of works but with include being used most of that data can be preloaded in 1 request rather than multiple sub requests to fetch that information

gmjosack commented 8 years ago

Just wanted to give a quick update that I want to look into this more but I'm out on PTO right now so it'll be about a week or two. Thanks for kicking off the discussion though.