Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedvalidator #140

Open
Panga9309 opened this issue Aug 18, 2024 · 0 comments
Open

feedvalidator #140

Panga9309 opened this issue Aug 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Panga9309
Copy link

Panga9309 commented Aug 18, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen. // Pull real-time balance information for each account associated
// with the Item
const request: AccountsGetRequest = {
access_token: accessToken,
};
try {
const response = await plaidClient.accountsBalanceGet(request);
const accounts = response.data.accounts;
} catch (error) {
// handle error
}

@Panga9309 Panga9309 added the enhancement New feature or request label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant