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

Use HTTParty class methods brought in by include. #11

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

mculp
Copy link

@mculp mculp commented Nov 7, 2019

When you call include HTTParty, class methods such as get and post are defined. This PR makes a change to IntuitOAuth::Transport to call the class methods.

The advantage of this approach is that connection_adapter and other configuration methods will work on IntuitOAuth::Transport.

@hlu2 hlu2 merged commit db68168 into intuit:master Nov 14, 2019
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

Successfully merging this pull request may close these issues.

3 participants