tapajos / highrise

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

Unable to update custom fields #53

Closed mklickman closed 10 years ago

mklickman commented 10 years ago

After several unsuccessful attempts at updating the value of a given custom field for a given person, I was unable to do so. There doesn't appear to be any support for this, nor was I able to find any documentation or successful examples of anyone being able to do this.

lucasmartins commented 10 years ago

Hi @mklickman, I'm sorry for your frustration I hope I might help. Usually people have some trouble and do a fix for them selves and don't make a PR, we have no active developers working on it, I'm just a maintainer for now.

This Issue https://github.com/tapajos/highrise/issues/38 might give you some insight on how to solve your problem, and this Markdown has a full usage example of the API, including custom fields workarounds.

Thanks for reporting the issue, Cheers, Lucas.

benhamill commented 10 years ago

If I put together a PR to add, say, Person#update_custom_field or similar, would that be considered for inclusion? Or do the current maintainers not even really have time to review, merge and release?

lucasmartins commented 10 years ago

Sure! I do have the time to review/merge/release, a PR would be more than welcome.

Thanks!

benhamill commented 10 years ago

Cool. Stuff looks kinda jank, to be honest, so I'll see what I can come up with. Might be a while, but... sharing is good.

basvodde commented 10 years ago

Think I already added this and this issue can be closed.