Conversation
| .withQueryStringParameter("search", "just+a+word") | ||
| .withQueryStringParameter("accountTypes", "Checking%2CSecurity") | ||
| .withQueryStringParameter("bankConnectionIds", "3%2C4") | ||
| .withQueryStringParameter("ids", "1,2") |
There was a problem hiding this comment.
When using UriUtils.encodeQueryParam, comma , is allowed in the query params.
I also retested queries against finAPI Sandbox and even with un-encoded comma, the request is correctly interpreted
|
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
============================================
- Coverage 83.99% 83.97% -0.03%
- Complexity 1035 1039 +4
============================================
Files 175 176 +1
Lines 2555 2564 +9
Branches 20 20
============================================
+ Hits 2146 2153 +7
- Misses 391 393 +2
Partials 18 18
Continue to review full report at Codecov.
|
| </dependency> | ||
| <dependency> | ||
| <groupId>org.springframework</groupId> | ||
| <artifactId>spring-web</artifactId> |
There was a problem hiding this comment.
yeah, my idea was the same - just add this dependency. But maybe there is a smaller lib with the same functionality?
86e9eed to
b90fbc1
Compare
# Conflicts: # src/main/java/org/proshin/finapi/transaction/in/DeleteTransactionsCriteria.java
No description provided.