-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
basePath is typed as string or null. Preferably should enforce a valid PlaidEnvironment.
const configuration = new Configuration({
basePath: PlaidEnvironments.sandbox,
baseOptions: {
headers: {
'PLAID-CLIENT-ID': process.env.PLAID_CLIENT_ID,
'PLAID-SECRET': process.env.PLAID_SECRET,
},
},
});
export const PlaidEnvironments: PlaidEnvironment = {
production: 'https://production.plaid.com',
sandbox: 'https://sandbox.plaid.com',
development: 'https://development.plaid.com',
};
Metadata
Metadata
Assignees
Labels
No labels