podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

Implement get item references #8

Closed matthewrossanderson closed 11 years ago

matthewrossanderson commented 11 years ago

Hey,

I needed this method for a project I'm working on, and I couldn't find it in the ruby library, so I implemented it. https://developers.podio.com/doc/items/get-item-references-22439

I put the method in the Podio::Item class, and followed the preferred block syntax for the connection. I also added a missing comment for the neighboring method :smile:

Let me know if it looks good, or if I should change anything. In the meantime, I'm referencing my fork in my project.

Thanks!

matthewrossanderson commented 11 years ago

@RSpace This one too. Thanks!