Closed rosalinekarr closed 3 years ago
No task for this, just a refactor that would be nice to get in before 2.0, so I knocked it out in my spare time
Several methods on the config porcelain are only ever used within the SDK core and probably shouldn't be exposed to the user.
Move the "requireGet" methods into the core, added new porcelain config methods for the user and updated all imports accordingly.
No task for this, just a refactor that would be nice to get in before 2.0, so I knocked it out in my spare time
Problem
Several methods on the config porcelain are only ever used within the SDK core and probably shouldn't be exposed to the user.
Solution
Move the "requireGet" methods into the core, added new porcelain config methods for the user and updated all imports accordingly.
Change summary: