I am new to the Yodlee API. Doing my first integration with the Aggregation API.
Have a couple questions for the pros:
I am wondering what the best practices are for allowing a user to select which bank they use? I was thinking about using an autocomplete textbox that queries the searchSite API. The service returns a ton of results though and seems to be slow. I'd like to have a local copy of all the sites but whenever I call the getAllSites API it times out. What have some of you done?
Thank you.