plaid-java
plaid-java copied to clipboard
Add configurable interceptor for clientId, secret, and baseUrl
It would be useful for applications that are configurable at runtime to set the clientId, secret, and baseUrl via lambdas
val plaidClient = PlaidClient.newBuilder() .client(plaidCache::getClient) .secret(plaidCache::getSecret) .baseUrl(plaidCache::getBaseUrl) .build()
@stephenjayakar does this get fixed by the beta?