fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

No way of accessing an comments of an Issue? #60

Closed jeffWelling closed 13 years ago

jeffWelling commented 13 years ago

I've spent all day looking for a way to retrieve the comments on an Issue, but I can't find anything. Doesn't Octopi have a way of getting the comments as well as the Issue itself? What's the point otherwise... I must be missing it somewhere, can someone point it out to me if I am?

radar commented 13 years ago

You're correct: it doesn't have a way to do this at the moment.

brb, working magic.

radar commented 13 years ago

The 0.4.1 release contains this fix. Let me know if there's anything else you find broken.

jeffWelling commented 13 years ago

Thanks!!!

jeffWelling commented 13 years ago

Hey thanks for making comments available. I was wondering though, could you make any more comment attributes available, like created_at or updated_at ?

radar commented 13 years ago

Done, released as 0.4.2.

jeffWelling commented 13 years ago

Your my hero :D A HUGE thank you for being around to fix it within minutes!!!