comake/standard-sdk-js

Add typing to configuration param

Closed this issue · 1 comments

Feature description

Add Typescript typing to the configuration parameter of OpenApi operations similar to the typing on the args param. This would be based on the required security schemes of an operation.

Originally implemented but then removed in favor of supporting the functionality described in #21. Namely, we can't strictly type the configuration parameter of the operation function because now you can add/edit default configuration at any time via setDefaultConfiguration.