File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/main/java/com/box/sdkgen/client Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- { "engineHash" : " 3da8eca " , "specHash" : " a05e5d7" , "version" : " 0.1.0" }
1+ { "engineHash" : " 0ef349e " , "specHash" : " a05e5d7" , "version" : " 0.1.0" }
Original file line number Diff line number Diff line change 8989import com .box .sdkgen .networking .fetchresponse .FetchResponse ;
9090import com .box .sdkgen .networking .interceptors .Interceptor ;
9191import com .box .sdkgen .networking .network .NetworkSession ;
92- import com .box .sdkgen .networking .proxyconfig .ProxyConfig ;
9392import java .util .List ;
9493import java .util .Map ;
9594
@@ -982,12 +981,6 @@ public BoxClient withCustomBaseUrls(BaseUrls baseUrls) {
982981 .build ();
983982 }
984983
985- public BoxClient withProxy (ProxyConfig config ) {
986- return new BoxClient .Builder (this .auth )
987- .networkSession (this .networkSession .withProxy (config ))
988- .build ();
989- }
990-
991984 public BoxClient withInterceptors (List <Interceptor > interceptors ) {
992985 return new BoxClient .Builder (this .auth )
993986 .networkSession (this .networkSession .withInterceptors (interceptors ))
You can’t perform that action at this time.
0 commit comments