Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Services and Methods #3

Open
mfairch opened this issue Jun 12, 2013 · 5 comments
Open

Missing Services and Methods #3

mfairch opened this issue Jun 12, 2013 · 5 comments
Assignees

Comments

@mfairch
Copy link

mfairch commented Jun 12, 2013

These are missing from the SDK.
Affiliate Program Service - http://help.infusionsoft.com/api-docs/affiliateprogramservice
AffiliateService.getRedirectLinksForAffiliate - http://help.infusionsoft.com/api-docs/affiliateservice#getRedirectLinksForAffiliate
FunnelService - http://help.infusionsoft.com/api-docs/funnelservice

@ghost ghost assigned trbngr Jun 12, 2013
@trbngr
Copy link
Contributor

trbngr commented Jun 12, 2013

Thanks for bringing this up.

I'll try to get to it this week.

@jdconley
Copy link
Contributor

jdconley commented Oct 9, 2013

Any update on this? I'm interested in the FunnelService as well.

@trbngr
Copy link
Contributor

trbngr commented Oct 9, 2013

I just pushed the FunnelService impl. I don't have time to do the full deserialization right now.

If you look at 617923b, you can see how the services are implemented.

@jdconley
Copy link
Contributor

I just tried this out and got the following error back from InfusionSoft: "Server returned a fault exception: [0] No method matching arguments: java.lang.String, java.lang.String, java.lang.Integer". The docs seem to show string,string,string,int if you include the apiKey... http://help.infusionsoft.com/api-docs/funnelservice

Looking at your commit, I think the apiKey param is missing, if I understand how the XmlRpc system in here works.

@jdconley
Copy link
Contributor

I created a pull request for commit 652150c that fixes the issue I had.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants