You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
when using for example new FpBanks(..).search(new BanksCriteria().withSearch("Sparkasse Heid"))
I don't get any results, even though when using finapi https://sandbox.finapi.io/api/v1/banks directly for given search string i get 4 results.
The thing is that url builder replaces whitespace with %2B instead %20 which doesn't work with finapi.