Leigh Caplan

Results 7 comments of Leigh Caplan

Doesn't work on 10.6.8 either, even with the OS X core.

Hi everyone, This was just a mirror repo... I didn't originally write runt, but I'd be happy to accept patches into this repo if someone wants to make a pull...

Thanks! I'll keep this open for the time being in case anyone else runs into the issue.

Good call! I'll add this in.

Cool, thanks! So, soap4r does let you define header handlers for things like authentication. Take a look at https://github.com/texel/docusign/blob/master/lib/docusign/base.rb#L24-37 and both https://github.com/texel/docusign/blob/master/lib/docusign/auth_header_handler.rb and https://github.com/texel/docusign/blob/master/lib/docusign/integrators_key_auth_header_handler.rb for examples. Also, I'm not maintaining...

Hi Dan, thanks for the pull request. I'm a bit concerned, for a couple of reasons. First, this assumes that a user of the gem is going to be using...

Yeah, that sucks. Unfortunately, Savon doesn't generate proxy classes, which is more lightweight and "Ruby-like" but also makes it a lot harder to add extra functionality into the API wrapper....