Yodlee/java-sdk

ApiClient missing method

Opened this issue · 3 comments

Im getting a method not found in this code because of getNetworkInterceptors$okhttp().

public boolean shouldRegisterNetworkInterceptor() {
		return httpBuilder != null && httpBuilder.getNetworkInterceptors$okhttp() != null
				&& httpBuilder.getNetworkInterceptors$okhttp().isEmpty();
	}

Version: 1.0.23

Facing the same issue. Did you receive any resolution on this?

I had to downgrade to the previous version.

@William-Gao Looks like latest version works. If it works for you i can close this out.