Skip to content

Commit

Permalink
[gateio-v4] Add RestProxyFactory to authenticated client
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Aug 29, 2023
1 parent c0b58cc commit 3fcbe72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public GateioBaseService(GateioExchange exchange) {
gateioV4Authenticated = ExchangeRestProxyBuilder
.forInterface(GateioV4Authenticated.class, exchange.getExchangeSpecification())
.clientConfigCustomizer(clientConfig -> clientConfig.setJacksonObjectMapperFactory(new GateioJacksonObjectMapperFactory()))
.restProxyFactory(Config.getInstance().getRestProxyFactoryClass().getDeclaredConstructor().newInstance())
.build();

gateioV4ParamsDigest =
Expand Down

0 comments on commit 3fcbe72

Please sign in to comment.