plaid-java icon indicating copy to clipboard operation
plaid-java copied to clipboard

Java bindings for Plaid

Results 30 plaid-java issues
Sort by recently updated
recently updated
newest added

I see this is hardcoded here https://github.com/plaid/plaid-java/blob/3636eb786cdc93fef951d5339548a301df2e9115/src/main/java/com/plaid/client/ApiClient.java#L47 but could we make this configurable?

Snyk has created this PR to upgrade org.apache.oltu.oauth2:org.apache.oltu.oauth2.client from 1.0.1 to 1.0.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade io.gsonfire:gson-fire from 1.8.3 to 1.8.5. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade io.swagger:swagger-annotations from 1.5.22 to 1.6.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

To indicate that all subtypes should be shown, use the value "all" Refer doc: https://plaid.com/docs/api/tokens/#link-token-create-request-account-filters

This change fixes a spelling error in AssetReportGetResponse

### Current Behavior The only way to find out whether a specific request can be retried unchanged is to consult the documentation and go through an extensive if/else analysis on...

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()