Java SDK - Allow Configuration override per request
Opened this issue · 1 comments
booniepepper commented
For each request, allow a BaseConfiguration
to be added as a parameter. When added, they should be used instead of values from Configuration it was initialized with
Reminder: Call assertValid()
booniepepper commented
Implemented here: #189
As noted in comments, some test cases (config overridden requests) haven't been written yet. The most critical parts of the code (Configuration.override(...)
) are sufficiently covered