tapajos / highrise

Ruby wrapper around Highrise API.
MIT License
124 stars 77 forks source link

Person#tags prevents additional request #52

Closed chrmod closed 11 years ago

chrmod commented 11 years ago

Highrise Person resource respond with a list of tags so additional requests are redundant.

Doc: https://github.com/37signals/highrise-api/blob/master/sections/people.md#get-person

In case there is not tags attribute on Highrise::Person we want to fetch them via taggalbe mixin.

lucasmartins commented 11 years ago

@chrmod Thanks for the PR, can you just revert the version bump? @tapajos will do that when releasing a new Gem version and I guess this maybe why tests aren't passing on Travis CI.

chrmod commented 11 years ago

@lucasmartins done