superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
46 stars 3 forks source link

[IMPROVEMENT] get rid of `resolveValue` in ProfileProvider #279

Closed Jakub-Vacek closed 1 year ago

Jakub-Vacek commented 2 years ago

Remove resolveValue function from ProfileProvider. This function makes resolution of provider and map file too complicated and hard to test. Introduce resolveMap and resolveProvider functions in separate files to simplify testing