superfaceai / one-sdk-js

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

fix: integration parameters resolution #271

Closed Jakub-Vacek closed 2 years ago

Jakub-Vacek commented 2 years ago

This PR fixes problem with not resolving(checkong) integration parameters passed directly to perform. Utility function for parameter resolution has been moved to separate file and is called during bind and perform. This is similar to security values resolution.

Description

Motivation and Context

Types of changes

Checklist: