SynapseFI/SynapseFI-Ruby

Add institutions to library

javierjulio opened this issue · 3 comments

It would be helpful to have this library also return the banks listed at https://api.synapsefi.com/v3/institutions/show as a structured data set, much like it does for everything else in the API. The problem though is the URL is different from what the library uses (it uses "3" rather than "v3"). I'd be happy to contribute time to adding this, in fact I was already to get started but why is the URL different? Would you be willing to accept a PR for this addition?

@stevula @sankaet is this possible to have in the library? I'd be happy to contribute a pull request for the addition.

This was added in #84

After testing this out though I've noticed some issues which I mentioned here #84 (comment)