You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dynamic method for pulling down the API configuration should be optional. Right now it's a mandatory initialization step which slows down the first API call made on any connection.
Caching it in the NPM module itself as well as allowing an alternate definition to be used would help with performance. Switching to dynamic mode as an option would not be a bad thing as that will allow easy upgrading to new API specifications.
The text was updated successfully, but these errors were encountered:
The dynamic method for pulling down the API configuration should be optional. Right now it's a mandatory initialization step which slows down the first API call made on any connection.
Caching it in the NPM module itself as well as allowing an alternate definition to be used would help with performance. Switching to dynamic mode as an option would not be a bad thing as that will allow easy upgrading to new API specifications.
The text was updated successfully, but these errors were encountered: