Skip to content

Commit 625d1be

Browse files
committed
feat: Attached SDK definitions to AI Agent Toolkit (box/box-codegen#823)
1 parent 5e9f8d0 commit 625d1be

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "3da8eca", "specHash": "a05e5d7", "version": "0.1.0" }
1+
{ "engineHash": "0ef349e", "specHash": "a05e5d7", "version": "0.1.0" }

src/main/java/com/box/sdkgen/client/BoxClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
import com.box.sdkgen.networking.fetchresponse.FetchResponse;
9090
import com.box.sdkgen.networking.interceptors.Interceptor;
9191
import com.box.sdkgen.networking.network.NetworkSession;
92-
import com.box.sdkgen.networking.proxyconfig.ProxyConfig;
9392
import java.util.List;
9493
import 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))

0 commit comments

Comments
 (0)