-
Notifications
You must be signed in to change notification settings - Fork 123
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
added the ability to pass advanced options to the request (like timeout…) #119
base: master
Are you sure you want to change the base?
Conversation
@bafio Is there an eta on when this will be merged/available? |
@rdhanoa I have no write privileges on this repo, @brooklynDev may be able to answer your question |
@brooklynDev Are there any chance that this PR will be accepted? |
@mycargus thoughts? |
I'll take a look. I like the idea for sure. |
finally diving into this today. Sorry for the delay. |
+1 This looks good to me, though I think some additional integration tests would be nice to verify the options work as expected and aren't just sent to the RestClient library. Not a blocker though in my opinion. Looks like we just have some merge conflicts to iron out. |
added the ability to pass advanced options to the request (like timeout…)