Open booniepepper opened 1 year ago
Implemented here: https://github.com/openfga/sdk-generator/pull/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
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 withReminder: Call
assertValid()