Masabi / clubhouse2-ruby

A Ruby gem for interacting with the Clubhouse V2 API, with support for complex queries and caching.
https://rubygems.org/gems/clubhouse2
12 stars 8 forks source link

GH Resources #2

Closed mjallday closed 6 years ago

mjallday commented 6 years ago

Not yet tested.

mjallday commented 6 years ago

This isn't working yet.

/projects/:project_id/stories returns StorySlim which doesn't contain links to branches or pull-requests.

It looks like we'll need to fetch the actual story itself to get that info. Am going to look at lazy loading it if requested so it doesn't slow things down too much.

mjallday commented 6 years ago

@scarybot take another look now. this project is suffering from a lack of tests but i managed to use it with my own script and it worked as expected. it now fetches tasks and commits without issue.

scarybot commented 6 years ago

Thanks - 1.0.10 is now available with this merged.