You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
supply a custom clientransport to use with Http().outgoingConnectionUsingTransport() instead of the other 2 it currently uses.
or the ability to override the Client trait to be able to add it to the twitterclients at runtime. I cant do this now as the OAuth2Provider classes are all private and wont allow this to happen.
disclaimer: I don't know scala that well yet :)
The text was updated successfully, but these errors were encountered:
I did see that you can change the domain but unfortunately thats not going to work in our system :) I ended up overriding some classes in the same namespace to make it work for now :)
in this class: https://github.com/DanielaSfregola/twitter4s/blob/master/src/main/scala/com/danielasfregola/twitter4s/http/clients/CommonClient.scala#L21
I would like to be able to either:
supply a custom clientransport to use with Http().outgoingConnectionUsingTransport() instead of the other 2 it currently uses.
or the ability to override the Client trait to be able to add it to the twitterclients at runtime. I cant do this now as the OAuth2Provider classes are all private and wont allow this to happen.
disclaimer: I don't know scala that well yet :)
The text was updated successfully, but these errors were encountered: